次の方法で共有


revokeAppleVppLicensesActionResult リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph 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
}