Share via


BillingSupportedAccountType Struct

Definition

The supported account types.

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

Constructors

BillingSupportedAccountType(String)

Initializes a new instance of BillingSupportedAccountType.

Properties

Enterprise

Enterprise.

Individual

Individual.

None

None.

Partner

Partner.

Methods

Equals(BillingSupportedAccountType)

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

Determines if two BillingSupportedAccountType values are the same.

Implicit(String to BillingSupportedAccountType)

Converts a string to a BillingSupportedAccountType.

Inequality(BillingSupportedAccountType, BillingSupportedAccountType)

Determines if two BillingSupportedAccountType values are not the same.

Applies to