BillingAccountSubType 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 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
Azure SDK for .NET