次の方法で共有


TenantBackfillStatusResult.Status プロパティ

定義

テナント バックフィルの状態を取得します。 使用できる値は、'NotStarted'、'NotStartedButGroupsExist'、'Started'、'Failed'、'Cancelled'、'Completed' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.ManagementGroups.Models.Status? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.ManagementGroups.Models.Status>
Public ReadOnly Property Status As Nullable(Of Status)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象