QuotaRequestOneResourceSubmitResponse 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 response.
[Microsoft.Rest.Serialization.JsonTransformation]
public class QuotaRequestOneResourceSubmitResponse : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QuotaRequestOneResourceSubmitResponse = class
interface IResource
Public Class QuotaRequestOneResourceSubmitResponse
Implements IResource
- Inheritance
-
QuotaRequestOneResourceSubmitResponse
- Attributes
- Implements
Constructors
QuotaRequestOneResourceSubmitResponse() |
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class. |
QuotaRequestOneResourceSubmitResponse(String, String, String, String, String, Nullable<DateTime>, LimitObject, Nullable<Int32>, String, ResourceName, String, String, Nullable<Boolean>, ServiceErrorDetail, Object) |
Initializes a new instance of the QuotaRequestOneResourceSubmitResponse class. |
Properties
CurrentValue |
Gets usage information for the current resource. |
Error |
Gets or sets error details of the quota request. |
Id |
Gets quota request ID. |
IsQuotaApplicable |
Gets states if quota can be requested for this resource. |
Limit |
Gets or sets resource quota limit properties. |
Message |
Gets user-friendly status message. |
Name |
Gets the name of the quota request. |
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. |
RequestSubmitTime |
Gets quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ. |
ResourceType |
Gets or sets resource type name. |
Type |
Gets resource type. "Microsoft.Quota/ServiceLimitRequests" |
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