次の方法で共有


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

適用対象