次の方法で共有


iosVppAppAssignedDeviceLicense リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で 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 文字列 ユーザーの電子メール アドレス。 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"
}