QuotaRequestSubmitResponse202 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 quota request response with the quota request ID.
[Microsoft.Rest.Serialization.JsonTransformation]
public class QuotaRequestSubmitResponse202
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QuotaRequestSubmitResponse202 = class
Public Class QuotaRequestSubmitResponse202
- Inheritance
-
QuotaRequestSubmitResponse202
- Attributes
Constructors
QuotaRequestSubmitResponse202() |
Initializes a new instance of the QuotaRequestSubmitResponse202 class. |
QuotaRequestSubmitResponse202(String, String, String, String, String, LimitObject, String, ResourceName, String, String, Object) |
Initializes a new instance of the QuotaRequestSubmitResponse202 class. |
Properties
Id |
Gets the quota request ID. To check the request status, use the id value in a Quota Request Status GET operation. |
Limit |
Gets or sets resource quota limit properties. |
Message |
Gets user-friendly message. |
Name |
Gets operation ID. |
Name1 |
Gets or sets resource name provided by the resource provider. Use this property name when requesting quota. |
Properties |
Gets or sets additional properties for the specific resource provider. |
ProvisioningState |
Gets quota request status. Possible values include: 'Accepted', 'Invalid', 'Succeeded', 'Failed', 'InProgress' |
QuotaPeriod |
Gets the time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant. |
ResourceType |
Gets or sets resource type name. |
Type |
Gets resource type. |
Unit |
Gets or sets The quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET