ReservationStatusCode 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 ReservationStatusCode.
public readonly struct ReservationStatusCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationStatusCode>
type ReservationStatusCode = struct
Public Structure ReservationStatusCode
Implements IEquatable(Of ReservationStatusCode)
- Inheritance
-
ReservationStatusCode
- Implements
Constructors
ReservationStatusCode(String) |
Initializes a new instance of ReservationStatusCode. |
Properties
Active |
Active. |
Expired |
Expired. |
Merged |
Merged. |
None |
None. |
PaymentInstrumentError |
PaymentInstrumentError. |
Pending |
Pending. |
Processing |
Processing. |
PurchaseError |
PurchaseError. |
Split |
Split. |
Succeeded |
Succeeded. |
Methods
Equals(ReservationStatusCode) |
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(ReservationStatusCode, ReservationStatusCode) |
Determines if two ReservationStatusCode values are the same. |
Implicit(String to ReservationStatusCode) |
Converts a string to a ReservationStatusCode. |
Inequality(ReservationStatusCode, ReservationStatusCode) |
Determines if two ReservationStatusCode values are not the same. |
Applies to
Azure SDK for .NET