Skip to main content

location_quotas

Creates, updates, deletes, gets or lists a location_quotas resource.

Overview

Namelocation_quotas
TypeResource
Idazure.batch.location_quotas

Fields

NameDatatypeDescription
accountQuotaintegerThe number of Batch accounts that may be created under the subscription in the specified region.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationName, subscriptionIdGets 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 }}';