BillingRequestStatus 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.
Status of billing request.
public readonly struct BillingRequestStatus : IEquatable<Azure.ResourceManager.Billing.Models.BillingRequestStatus>
type BillingRequestStatus = struct
Public Structure BillingRequestStatus
Implements IEquatable(Of BillingRequestStatus)
- Inheritance
-
BillingRequestStatus
- Implements
Constructors
BillingRequestStatus(String) |
Initializes a new instance of BillingRequestStatus. |
Properties
Approved |
Approved. |
Cancelled |
Cancelled. |
Completed |
Completed. |
Declined |
Declined. |
Expired |
Expired. |
Other |
Other. |
Pending |
Pending. |
Methods
Equals(BillingRequestStatus) |
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(BillingRequestStatus, BillingRequestStatus) |
Determines if two BillingRequestStatus values are the same. |
Implicit(String to BillingRequestStatus) |
Converts a string to a BillingRequestStatus. |
Inequality(BillingRequestStatus, BillingRequestStatus) |
Determines if two BillingRequestStatus values are not the same. |
Applies to
Azure SDK for .NET