QuotaRequestDetails 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 details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class QuotaRequestDetails : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QuotaRequestDetails = class
interface IResource
Public Class QuotaRequestDetails
Implements IResource
- Inheritance
-
QuotaRequestDetails
- Attributes
- Implements
Constructors
QuotaRequestDetails() |
Initializes a new instance of the QuotaRequestDetails class. |
QuotaRequestDetails(String, String, Object, String, Nullable<DateTime>, IList<SubRequest>, String) |
Initializes a new instance of the QuotaRequestDetails class. |
Properties
Id |
Gets quota request ID. |
Message |
Gets user friendly status message. |
Name |
Gets quota request name. |
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. |
Type |
Gets resource type |
Value |
Gets or sets the quotaRequests. |
Applies to
Azure SDK for .NET