iosVppAppAssignedDeviceLicense リソースの種類

名前空間: microsoft.graph

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

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

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

iosVppAppAssignedLicense から継承

メソッド

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

プロパティ

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

リレーションシップ

なし

JSON 表記

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

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