v8

latestSwagger 2.0raw.githubusercontent.com2022-04-2983336.4 KB
QuotaInformation

Update the service limits (quota) of a resource to 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 Update quota request may be constructed as follows. The PATCH operation can be used to update the quota.
patch/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}

Path parameters

subscriptionIdstring required

Azure subscription id.

providerIdstring required

Azure resource provider id.

locationstring required

Azure region.

resourceNamestring required

The resource name for a resource provider, such as SKU name for Microsoft.Compute, Sku or TotalLowPriorityCores for Microsoft.MachineLearningServices

Query parameters

api-versionstring required

API version.

Request body

Response

OK. Returns Quota requests details.

idstring

The quota request Id.

namestring

The name of the quota request.

typestring

Type of resource. "Microsoft.Capacity/ServiceLimits"