QuotaRequestProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET