다음을 통해 공유


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

적용 대상