managementActionDeploymentStatus リソースの種類

名前空間: microsoft.graph.managedTenants

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

特定の管理テナントの展開状態を表します。

プロパティ

プロパティ 種類 説明
managementActionId String 管理アクションの識別子。 必須です。 読み取り専用です。
managementTemplateId String 管理アクションの生成に使用された管理テンプレート識別子。 必須です。 読み取り専用です。
status managementActionStatus 管理アクションの状態。 可能な値は、toAddresscompletederrortimeOutinProgressplannedresolvedBy3rdPartyresolvedThroughAlternateMitigationriskAcceptedunknownFutureValue です。 必須です。
workloadActionDeploymentStatuses microsoft.graph.managedTenants.workloadActionDeploymentStatus コレクション 特定の管理アクションのワークロード アクション展開の彫像のコレクション。 省略可能。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.managedTenants.managementActionDeploymentStatus",
  "managementTemplateId": "String",
  "managementActionId": "String",
  "status": "String",
  "workloadActionDeploymentStatuses": [
    {
      "@odata.type": "microsoft.graph.managedTenants.workloadActionDeploymentStatus"
    }
  ]
}