revokeAppleVppLicensesActionResult リソースの種類

名前空間: microsoft.graph

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

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

Apple Vpp ライセンスの取り消しアクションの結果

deviceActionResult からの継承

プロパティ

プロパティ 説明
actionName String deviceActionResult から継承されるアクション名
actionState actionState アクションの状態 deviceActionResult から継承します。 可能な値は、nonependingcanceledactivedonefailednotSupported です。
startDateTime DateTimeOffset アクションが開始された時刻。deviceActionResult から継承。
lastUpdatedDateTime DateTimeOffset アクション状態の最終更新時刻。deviceActionResult から継承
totalLicensesCount Int32 関連付けられた Apple Vpp ライセンスの総数
failedLicensesCount Int32 取り消しに失敗した Apple Vpp ライセンスの総数

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.revokeAppleVppLicensesActionResult",
  "actionName": "String",
  "actionState": "String",
  "startDateTime": "String (timestamp)",
  "lastUpdatedDateTime": "String (timestamp)",
  "totalLicensesCount": 1024,
  "failedLicensesCount": 1024
}