managementActionTenantDeploymentStatus リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

管理アクションのテナント レベルの展開状態を表します。

メソッド

メソッド 戻り値の種類 説明
list managementActionTenantDeploymentStatus microsoft.graph.managedTenants.managementActionTenantDeploymentStatus コレクション managementActionTenantDeploymentStatus オブジェクトとそのプロパティの一覧を取得します。
ManagementActionTenantDeploymentStatus を取得する microsoft.graph.managedTenants.managementActionTenantDeploymentStatus managementActionTenantDeploymentStatus オブジェクトのプロパティとリレーションシップを読み取ります。
changeDeploymentStatus microsoft.graph.managedTenants.managementActionDeploymentStatus 管理アクションの展開状態を変更します。

プロパティ

プロパティ 説明
id String テナント レベルのデプロイ状態の一意識別子。 必須です。 読み取り専用。
ステータス microsoft.graph.managedTenants.managementActionDeploymentStatus コレクション 管理アクションの各インスタンスのデプロイ状態のコレクション。 省略可能です。
tenantGroupId String 管理アクションに関連付けられているテナント グループの識別子。 必須です。 読み取り専用。
tenantId String マネージド テナントのMicrosoft Entraテナント識別子。 必須です。 読み取り専用。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.managedTenants.managementActionTenantDeploymentStatus",
  "id": "String (identifier)",
  "tenantGroupId": "String",
  "tenantId": "String",
  "statuses": [
    {
      "@odata.type": "microsoft.graph.managedTenants.managementActionDeploymentStatus"
    }
  ]
}