public interface BatchAccounts extends SupportsCreating<BatchAccount.DefinitionStages.Blank>, SupportsListing<BatchAccount>, SupportsListingByResourceGroup<BatchAccount>, SupportsGettingByResourceGroup<BatchAccount>, SupportsGettingById<BatchAccount>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<BatchAccount>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.batch.implementation.BatchManager>, HasInner<com.microsoft.azure.management.batch.implementation.BatchAccountsInner>
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.
|
define
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
create, create, createAsync, createAsync, createAsync, createAsync
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
manager
int getBatchAccountQuotaByLocation(Region region)
region
- an Azure regionCopyright © 2019. All rights reserved.