Compartir a través de


Subscription.State Propiedad

Definición

Obtiene el estado de la suscripción. Los valores posibles son Enabled, Warned, PastDue, Disabled y Deleted. Entre los valores posibles se incluyen: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a