次の方法で共有


SubscriptionInner.State プロパティ

定義

サブスクリプションの状態を取得します。 有効な値は、Enabled、Warned、PastDue、Disabled、Deleted です。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象