Share via


BillingInvoiceType Struct

Definition

Invoice type.

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

Constructors

BillingInvoiceType(String)

Initializes a new instance of BillingInvoiceType.

Properties

AzureMarketplace

AzureMarketplace.

AzureServices

AzureServices.

AzureSupport

AzureSupport.

Other

Other.

Methods

Equals(BillingInvoiceType)

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

Determines if two BillingInvoiceType values are the same.

Implicit(String to BillingInvoiceType)

Converts a string to a BillingInvoiceType.

Inequality(BillingInvoiceType, BillingInvoiceType)

Determines if two BillingInvoiceType values are not the same.

Applies to