Delen via


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