BatchAccounts Interface
public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>,SupportsListing,SupportsListingByResourceGroup,SupportsGettingByResourceGroup,SupportsGettingById,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsBatchCreation,SupportsBatchDeletion,HasManager,HasInner
Entry point to Azure Batch account management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
getBatchAccountQuotaByLocation(Region region)
Looks up the number of Batch accounts that can be created in the specified region. |
Inherited Members
Method Details
getBatchAccountQuotaByLocation
public int getBatchAccountQuotaByLocation(Region region)
Looks up the number of Batch accounts that can be created in the specified region.
Parameters:
Returns:
Applies to
Azure SDK for Java