embeddedSIMActivationCodePool リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

プールは、埋め込み SIM アクティブ化コードのグループを表します。

メソッド

メソッド 戻り値の型 説明
List embeddedSIMActivationCodePools embeddedSIMActivationCodePool コレクション embeddedSIMActivationCodePool オブジェクトのプロパティと関係を一覧表示します。
EmbeddedSIMActivationCodePool の取得 embeddedSIMActivationCodePool embeddedSIMActivationCodePool オブジェクトのプロパティとリレーションシップを読み取ります。
embeddedSIMActivationCodePool を作成する embeddedSIMActivationCodePool 新しい EmbeddedSIMActivationCodePool オブジェクトを作成します。
Delete embeddedSIMActivationCodePool なし embeddedSIMActivationCodePool を削除します。
embeddedSIMActivationCodePool の更新 embeddedSIMActivationCodePool embeddedSIMActivationCodePool オブジェクトのプロパティを更新します。
assign アクション embeddedSIMActivationCodePoolAssignment コレクション

プロパティ

プロパティ 説明
id 文字列 埋め込み SIM アクティベーション コード プールの一意識別子。 作成時に割り当てられるシステム生成値。
displayName 文字列 埋め込み SIM アクティベーション コード プールの管理者定義の名前。
createdDateTime DateTimeOffset 埋め込み SIM アクティベーション コード プールが作成された時刻。 生成されたサービス側。
modifiedDateTime DateTimeOffset 埋め込み SIM アクティベーション コード プールが最後に変更された時刻。 サービス側を更新。
activationCodes embeddedSIMActivationCode コレクション このプールに属するアクティベーション コード。 このナビゲーション プロパティは、アクティベーション コードを Intune に投稿するために使用されますが、Intune からアクティベーション コードを読み取るためには使用できません。
activationCodeCount Int32 このプールに属するアクティベーション コードの合計数。

リレーションシップ

リレーションシップ 説明
assignments embeddedSIMActivationCodePoolAssignment コレクション このプールが割り当てられているターゲットの一覧へのナビゲーション プロパティ。
deviceStates embeddedSIMDeviceState コレクション ナビゲーション プロパティをこのプールのデバイス状態の一覧に追加します。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.embeddedSIMActivationCodePool",
  "id": "String (identifier)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "modifiedDateTime": "String (timestamp)",
  "activationCodes": [
    {
      "@odata.type": "microsoft.graph.embeddedSIMActivationCode",
      "integratedCircuitCardIdentifier": "String",
      "matchingIdentifier": "String",
      "smdpPlusServerAddress": "String"
    }
  ],
  "activationCodeCount": 1024
}