managementActionTenantDeploymentStatus 资源类型
Namespace:microsoft.graph.managedTenants
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示管理操作的租户级部署状态。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
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"
}
]
}