Share via


SubscriptionInner.State Property

Definition

Gets the subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to