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