iosVppAppAssignedDeviceLicense リソースの種類

名前空間: microsoft.graph

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

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

iOS ボリューム購入プログラム デバイス ライセンスの割り当て。 このクラスは、作成、削除、更新をサポートしていません。

iosVppAppAssignedLicense から継承します

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 このプロパティは読み取り専用です。 iosVppAppAssignedLicense から継承
userEmailAddress String ユーザーの電子メール アドレス。 iosVppAppAssignedLicense から継承
userId String ユーザー ID。 iosVppAppAssignedLicense から継承
userName String ユーザー名。 iosVppAppAssignedLicense から継承
userPrincipalName String ユーザー プリンシパル名。 iosVppAppAssignedLicense から継承
managedDeviceId String マネージド デバイス ID。
deviceName String デバイス名。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.iosVppAppAssignedDeviceLicense",
  "id": "String (identifier)",
  "userEmailAddress": "String",
  "userId": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "managedDeviceId": "String",
  "deviceName": "String"
}