CurrentQuotaLimitBases

Create 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.
put/{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