DataLakeAnalyticsAccountBasic.ProvisioningState Property

Definition

Gets the provisioning status of the Data Lake Analytics 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.Analytics.Models.DataLakeAnalyticsAccountStatus? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus>
Public ReadOnly Property ProvisioningState As Nullable(Of DataLakeAnalyticsAccountStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to