CurrentQuotaLimitBases
Update the quota limit for a specific resource to the specified value:
- 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.
- Use this PUT operation to update the quota limit. Please check the URI in location header for the detailed status of the request.
patch/{scope}/providers/Microsoft.Quota/quotas/{resourceName}
Path parameters
scopestring required
The fully qualified Azure Resource manager identifier of the resource.
resourceNamestring required
Resource name for a given resource provider. For example:
- SKU name for Microsoft.Compute
- SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices For Microsoft.Network PublicIPAddresses.
Parameters
../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
Request body
CurrentQuotaLimitBase required— unresolved $ref
Response
The request has succeeded.
CurrentQuotaLimitBase required— unresolved $ref