ReservationStatusCode Struct

Definition

The status of the reservation.

public readonly struct ReservationStatusCode : IEquatable<Azure.ResourceManager.Billing.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.

CapacityError

CapacityError.

CapacityRestricted

CapacityRestricted.

CreditLineCheckFailed

CreditLineCheckFailed.

Exchanged

Exchanged.

Expired

Expired.

Merged

Merged.

NoBenefit

NoBenefit.

NoBenefitDueToSubscriptionDeletion

NoBenefitDueToSubscriptionDeletion.

NoBenefitDueToSubscriptionTransfer

NoBenefitDueToSubscriptionTransfer.

None

None.

PaymentInstrumentError

PaymentInstrumentError.

Pending

Pending.

Processing

Processing.

PurchaseError

PurchaseError.

RiskCheckFailed

RiskCheckFailed.

Split

Split.

Succeeded

Succeeded.

UnknownError

UnknownError.

Warning

Warning.

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