次の方法で共有


BillingAccount.AccountStatus プロパティ

定義

課金アカウントの現在の状態を取得します。 指定できる値は、'Active'、'Deleted'、'Disabled'、'Expired'、'Transferred'、'Extended'、'Terminated' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accountStatus")]
public string AccountStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accountStatus")>]
member this.AccountStatus : string
Public ReadOnly Property AccountStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象