Share via


QuotaRequestState Struct

Definition

The quota request status.

public readonly struct QuotaRequestState : IEquatable<Azure.ResourceManager.Reservations.Models.QuotaRequestState>
type QuotaRequestState = struct
Public Structure QuotaRequestState
Implements IEquatable(Of QuotaRequestState)
Inheritance
QuotaRequestState
Implements

Constructors

QuotaRequestState(String)

Initializes a new instance of QuotaRequestState.

Properties

Accepted

Accepted.

Failed

Failed.

InProgress

InProgress.

Invalid

Invalid.

Succeeded

Succeeded.

Methods

Equals(QuotaRequestState)

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(QuotaRequestState, QuotaRequestState)

Determines if two QuotaRequestState values are the same.

Implicit(String to QuotaRequestState)

Converts a string to a QuotaRequestState.

Inequality(QuotaRequestState, QuotaRequestState)

Determines if two QuotaRequestState values are not the same.

Applies to