你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BillingAccountStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current status of the billing account.
public readonly struct BillingAccountStatus : IEquatable<Azure.ResourceManager.Billing.Models.BillingAccountStatus>
type BillingAccountStatus = struct
Public Structure BillingAccountStatus
Implements IEquatable(Of BillingAccountStatus)
- Inheritance
-
BillingAccountStatus
- Implements
Constructors
BillingAccountStatus(String) |
Initializes a new instance of BillingAccountStatus. |
Properties
Active |
Active. |
Deleted |
Deleted. |
Disabled |
Disabled. |
Expired |
Expired. |
Extended |
Extended. |
New |
New. |
Other |
Other. |
Pending |
Pending. |
Terminated |
Terminated. |
Transferred |
Transferred. |
UnderReview |
UnderReview. |
Methods
Equals(BillingAccountStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BillingAccountStatus, BillingAccountStatus) |
Determines if two BillingAccountStatus values are the same. |
Implicit(String to BillingAccountStatus) |
Converts a string to a BillingAccountStatus. |
Inequality(BillingAccountStatus, BillingAccountStatus) |
Determines if two BillingAccountStatus values are not the same. |