BatchAccounts Interface

Implements

public interface BatchAccounts
extends SupportsCreating<Blank>, SupportsListing<BatchAccount>, SupportsListingByResourceGroup<BatchAccount>, SupportsGettingByResourceGroup<BatchAccount>, SupportsGettingById<BatchAccount>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<BatchAccount>, SupportsBatchDeletion, HasManager<BatchManager>, HasInner<BatchAccountsInner>

Entry point to Azure Batch account management API.

Method Summary

Modifier and Type Method and Description
abstract int getBatchAccountQuotaByLocation(Region region)

Looks up the number of Batch accounts that can be created in the specified region.

Method Details

getBatchAccountQuotaByLocation

public abstract int getBatchAccountQuotaByLocation(Region region)

Looks up the number of Batch accounts that can be created in the specified region.

Parameters:

region - an Azure region

Returns:

the number of Batch accounts that can be created in the specified region

Applies to