embeddedSIMActivationCodePoolAssignment リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

埋め込み SIM アクティブ化コード プールの割り当てエンティティは、特定の埋め込みSIMActivationCodePool を AAD デバイス グループに割り当てます。

メソッド

メソッド 戻り値の型 説明
embeddedSIMActivationCodePoolAssignments を一覧表示する embeddedSIMActivationCodePoolAssignment コレクション 埋め込みSIMActivationCodePoolAssignment オブジェクトのプロパティとリレーションシップを一覧表示します。
EmbeddedSIMActivationCodePoolAssignment を取得する embeddedSIMActivationCodePoolAssignment 埋め込みSIMActivationCodePoolAssignment オブジェクトのプロパティとリレーションシップを読み取ります。
EmbeddedSIMActivationCodePoolAssignment を作成する embeddedSIMActivationCodePoolAssignment 新しい 埋め込みSIMActivationCodePoolAssignment オブジェクトを 作成します。
EmbeddedSIMActivationCodePoolAssignment を削除する なし 埋め込みSIMActivationCodePoolAssignment を削除します。
embeddedSIMActivationCodePoolAssignment を更新する embeddedSIMActivationCodePoolAssignment 埋め込みSIMActivationCodePoolAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String 埋め込み SIM アクティブ化コード プール割り当ての一意識別子。 作成時に割り当てられたシステム生成値。
target deviceAndAppManagementAssignmentTarget 埋め込み SIM アクティブ化コード プールの対象となるグループの種類。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.embeddedSIMActivationCodePoolAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.allLicensedUsersAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  }
}