Share via


BatchLocationQuota Interface

public interface BatchLocationQuota

An immutable client-side representation of BatchLocationQuota.

Method Summary

Modifier and Type Method and Description
abstract Integer accountQuota()

Gets the accountQuota property: The number of Batch accounts that may be created under the subscription in the specified region.

abstract BatchLocationQuotaInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner object.

Method Details

accountQuota

public abstract 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

public abstract BatchLocationQuotaInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchLocationQuotaInner object.

Returns:

the inner object.

Applies to