Share via


QuotaRequestDetails Class

Definition

List of quota requests with details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class QuotaRequestDetails
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QuotaRequestDetails = class
Public Class QuotaRequestDetails
Inheritance
QuotaRequestDetails
Attributes

Constructors

QuotaRequestDetails()

Initializes a new instance of the QuotaRequestDetails class.

QuotaRequestDetails(String, String, String, String, String, ServiceErrorDetail, Nullable<DateTime>, IList<SubRequest>)

Initializes a new instance of the QuotaRequestDetails class.

Properties

Error

Gets or sets error details of the quota request.

Id

Gets quota request ID.

Message

Gets user-friendly status message.

Name

Gets quota request name.

ProvisioningState

Gets or sets the quota request status. Possible values include: 'Accepted', 'Invalid', 'Succeeded', 'Failed', 'InProgress'

RequestSubmitTime

Gets the quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ

Type

Gets resource type. "Microsoft.Quota/quotas".

Value

Gets or sets quota request details.

Applies to