BillingInvoiceStatus 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 current status of the invoice.
public readonly struct BillingInvoiceStatus : IEquatable<Azure.ResourceManager.Billing.Models.BillingInvoiceStatus>
type BillingInvoiceStatus = struct
Public Structure BillingInvoiceStatus
Implements IEquatable(Of BillingInvoiceStatus)
- Inheritance
-
BillingInvoiceStatus
- Implements
Constructors
BillingInvoiceStatus(String) |
Initializes a new instance of BillingInvoiceStatus. |
Properties
Due |
Due. |
Locked |
Locked. |
Other |
Other. |
OverDue |
OverDue. |
Paid |
Paid. |
Void |
Void. |
Methods
Equals(BillingInvoiceStatus) |
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(BillingInvoiceStatus, BillingInvoiceStatus) |
Determines if two BillingInvoiceStatus values are the same. |
Implicit(String to BillingInvoiceStatus) |
Converts a string to a BillingInvoiceStatus. |
Inequality(BillingInvoiceStatus, BillingInvoiceStatus) |
Determines if two BillingInvoiceStatus values are not the same. |
Applies to
Azure SDK for .NET