embeddedSIMActivationCodePoolAssignment リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

埋め込み SIM ライセンス認証コード プール割り当てエンティティは、特定の embeddedSIMActivationCodePool を AAD デバイス グループに割り当てる。

メソッド

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

プロパティ

プロパティ 説明
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"
  }
}