共用方式為


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

適用於