Share via


QuotaRequestProperties Class

Definition

Quota request properties.

public class QuotaRequestProperties
type QuotaRequestProperties = class
Public Class QuotaRequestProperties
Inheritance
QuotaRequestProperties

Constructors

QuotaRequestProperties()

Initializes a new instance of the QuotaRequestProperties class.

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

Initializes a new instance of the QuotaRequestProperties class.

Properties

Error

Gets or sets error details of the quota request.

Message

Gets user-friendly status message.

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

Value

Gets or sets quota request details.

Applies to