Bagikan melalui


DataLakeStoreAccountBasic.ProvisioningState Property

Definition

Gets the provisioning status of the Data Lake Store account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to