你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TenantBackfillStatusResult 类

定义

租户回填状态

public class TenantBackfillStatusResult
type TenantBackfillStatusResult = class
Public Class TenantBackfillStatusResult
继承
TenantBackfillStatusResult

构造函数

TenantBackfillStatusResult()

初始化 TenantBackfillStatusResult 类的新实例。

TenantBackfillStatusResult(String, Nullable<Status>)

初始化 TenantBackfillStatusResult 类的新实例。

属性

Status

获取租户回填的状态。 可能的值包括:“NotStarted”、“NotStartedButGroupsExist”、“Started”、“Failed”、“Cancelled”、“Completed”

TenantId

获取与管理组关联的 AAD 租户 ID。 例如,00000000-0000-0000-0000-000000000000

适用于