The resourceProviders/locations/serviceLimits resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Capacity/resourceProviders/locations/serviceLimits resource, add the following JSON to your template.
{
"type": "Microsoft.Capacity/resourceProviders/locations/serviceLimits",
"apiVersion": "2020-10-25",
"name": "string",
"properties": {
"limit": "int",
"name": {
"value": "string"
},
"properties": {},
"resourceType": "string",
"unit": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Capacity/resourceProviders/locations/serviceLimits' |
apiVersion | The resource api version | '2020-10-25' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Quota properties for the resource. | QuotaProperties |
Name | Description | Value |
---|---|---|
limit | Quota properties. | int |
name | Name of the resource provide by the resource provider. Use this property for quotaRequests resource operations. | ResourceName |
properties | Additional properties for the specified resource provider. | |
resourceType | The name of the resource type. | 'dedicated' 'lowPriority' 'serviceSpecific' 'shared' 'standard' |
unit | The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation. | string |
Name | Description | Value |
---|---|---|
value | Resource name. | string |