managementActionTenantDeploymentStatus 资源类型

命名空间:microsoft.graph.managedTenants

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示管理操作的租户级部署状态。

方法

方法 返回类型 说明
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"
    }
  ]
}