location_quotas
Creates, updates, deletes, gets or lists a location_quotas
resource.
Overview
Name | location_quotas |
Type | Resource |
Id | azure.batch.location_quotas |
Fields
Name | Datatype | Description |
---|---|---|
accountQuota | integer | The number of Batch accounts that may be created under the subscription in the specified region. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | locationName, subscriptionId | Gets the Batch service quotas for the specified subscription at the given location. |
SELECT
examples
Gets the Batch service quotas for the specified subscription at the given location.
SELECT
accountQuota
FROM azure.batch.location_quotas
WHERE locationName = '{{ locationName }}'
AND subscriptionId = '{{ subscriptionId }}';