Class BatchLocationQuotaInner
java.lang.Object
com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner
Quotas associated with a Batch region for a particular subscription.
-
Constructor Summary
ConstructorDescriptionCreates an instance of BatchLocationQuotaInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.void
validate()
Validates the instance.
-
Constructor Details
-
BatchLocationQuotaInner
public BatchLocationQuotaInner()Creates an instance of BatchLocationQuotaInner class.
-
-
Method Details
-
accountQuota
Get the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.- Returns:
- the accountQuota value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-