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.
The details of quota request.
public class QuotaRequestProperties
type QuotaRequestProperties = class
Public Class QuotaRequestProperties
- Inheritance
-
QuotaRequestProperties
Constructors
QuotaRequestProperties() |
Initializes a new instance of the QuotaRequestProperties class. |
QuotaRequestProperties(Object, String, Nullable<DateTime>, IList<SubRequest>) |
Initializes a new instance of the QuotaRequestProperties class. |
Properties
Message |
Gets user friendly status message. |
ProvisioningState |
Gets or sets the quota request status. |
RequestSubmitTime |
Gets the time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. |
Value |
Gets or sets the quotaRequests. |
Applies to
Azure SDK for .NET