你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingAccountSubType Struct

Definition

The tier of the account.

public readonly struct BillingAccountSubType : IEquatable<Azure.ResourceManager.Billing.Models.BillingAccountSubType>
type BillingAccountSubType = struct
Public Structure BillingAccountSubType
Implements IEquatable(Of BillingAccountSubType)
Inheritance
BillingAccountSubType
Implements

Constructors

BillingAccountSubType(String)

Initializes a new instance of BillingAccountSubType.

Properties

Enterprise

Enterprise.

Individual

Individual.

None

None.

Other

Other.

Professional

Professional.

Methods

Equals(BillingAccountSubType)

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(BillingAccountSubType, BillingAccountSubType)

Determines if two BillingAccountSubType values are the same.

Implicit(String to BillingAccountSubType)

Converts a string to a BillingAccountSubType.

Inequality(BillingAccountSubType, BillingAccountSubType)

Determines if two BillingAccountSubType values are not the same.

Applies to