DataLakeAnalyticsAccountBasic.State Property

Definition

Gets the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to