Skip to main content

quota

Overview

Namequota
TypeResource
Idazure.quota.quota

Fields

NameDatatypeDescription
idstringThe resource ID.
namestringThe resource name.
propertiesobjectQuota properties for the specified resource.
typestringThe resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceName, scopeGet the quota limit of a resource. The response can be used to determine the remaining quota to calculate a new quota limit that can be submitted with a PUT request.
listSELECTscopeGet a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota.
create_or_updateINSERTresourceName, scopeCreate or update the quota limit for the specified resource with the requested value. To update the quota, follow these steps:
1. Use the GET operation for quotas and usages to determine how much quota remains for the specific resource and to calculate the new quota limit. These steps are detailed in this example.
2. Use this PUT operation to update the quota limit. Please check the URI in location header for the detailed status of the request.
_listEXECscopeGet a list of current quota limits of all resources for the specified scope. The response from this GET operation can be leveraged to submit requests to update a quota.
updateEXECresourceName, scopeUpdate the quota limit for a specific resource to the specified value:
1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific resource and to calculate the new quota limit. These steps are detailed in this example.
2. Use this PUT operation to update the quota limit. Please check the URI in location header for the detailed status of the request.