managementActionTenantDeploymentStatus リソースの種類
名前空間: microsoft.graph.managedTenants
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
管理アクションのテナント レベルの展開状態を表します。
メソッド
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| id | String | テナント レベルの展開状態の一意の識別子。 必須です。 読み取り専用です。 |
| statuses | microsoft.graph.managedTenants.managementActionDeploymentStatus コレクション | 管理アクションの各インスタンスの展開状態のコレクション。 省略可能。 |
| tenantGroupId | String | 管理アクションに関連付けられているテナント グループの識別子。 必須です。 読み取り専用です。 |
| tenantId | String | 管理Azure Active Directoryのテナント識別子を指定します。 必須です。 読み取り専用です。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.managedTenants.managementActionTenantDeploymentStatus",
"id": "String (identifier)",
"tenantGroupId": "String",
"tenantId": "String",
"statuses": [
{
"@odata.type": "microsoft.graph.managedTenants.managementActionDeploymentStatus"
}
]
}
フィードバック
フィードバックの送信と表示