QuotaRequestState Struct

Definition

Quota request status.

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

Constructors

Name Description
QuotaRequestState(String)

Initializes a new instance of QuotaRequestState.

Properties

Name Description
Accepted

Gets the Accepted.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

Invalid

Gets the Invalid.

Succeeded

Gets the Succeeded.

Methods

Name Description
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

Name Description
Equality(QuotaRequestState, QuotaRequestState)

Determines if two QuotaRequestState values are the same.

Implicit(String to Nullable<QuotaRequestState>)
Implicit(String to QuotaRequestState)

Converts a string to a QuotaRequestState.

Inequality(QuotaRequestState, QuotaRequestState)

Determines if two QuotaRequestState values are not the same.

Applies to