DataLakeStoreAccount.ProvisioningState プロパティ

定義

Data Lake Store アカウントのプロビジョニング状態を取得します。 指定できる値は、'Failed'、'Creating'、'Running'、'Succeeded'、'Patching'、'Suspending'、'Resuming'、'Deleted'、'Undeleting'、'Canceled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus>
Public ReadOnly Property ProvisioningState As Nullable(Of DataLakeStoreAccountStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象