managementActionTenantDeploymentStatus リソースの種類
名前空間: microsoft.graph.managedTenants
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
管理アクションのテナント レベルの展開状態を表します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
管理アクションのデプロイの状態を一覧表示する | microsoft.graph.managedTenants.managementActionTenantDeploymentStatus コレクション | managementActionTenantDeploymentStatus オブジェクトとそのプロパティの一覧を取得します。 |
管理アクションのデプロイの状態を取得する | microsoft.graph.managedTenants.managementActionTenantDeploymentStatus | managementActionTenantDeploymentStatus オブジェクトのプロパティとリレーションシップを読み取ります。 |
管理アクションの展開状態を変更する | 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"
}
]
}