Skip to main content

quota

Overview

Namequota
TypeResource
Idazure.reservations.quota

Fields

NameDatatypeDescription
idstringThe quota request ID.
namestringThe name of the quota request.
propertiesobjectQuota properties for the resource.
typestringType of resource. "Microsoft.Capacity/ServiceLimits"

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, providerId, resourceName, subscriptionIdGet the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.
listSELECTlocation, providerId, subscriptionIdGets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates.
create_or_updateINSERTlocation, providerId, resourceName, subscriptionIdCreate or update the quota (service limits) of a resource to the requested value.
Steps:
1. Make the Get request to get the quota information for specific resource.
2. To increase the quota, update the limit field in the response from Get request to new value.
3. Submit the JSON to the quota request API to update the quota.
The Create quota request may be constructed as follows. The PUT operation can be used to update the quota.
_listEXEClocation, providerId, subscriptionIdGets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates.
updateEXEClocation, providerId, resourceName, subscriptionIdUpdate the quota (service limits) of this resource to the requested value.
• To get the quota information for specific resource, send a GET request.
• To increase the quota, update the limit field from the GET response to a new value.
• To update the quota value, submit the JSON response to the quota request API to update the quota.
• To update the quota. use the PATCH operation.