Interface BatchLocationQuota
public interface BatchLocationQuota
An immutable client-side representation of BatchLocationQuota.
-
Method Summary
Modifier and TypeMethodDescriptionGets the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner object.
-
Method Details
-
accountQuota
Integer accountQuota()Gets the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.- Returns:
- the accountQuota value.
-
innerModel
BatchLocationQuotaInner innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner object.- Returns:
- the inner object.
-