BatchAccountsImpl Class
- java.
lang. Object - com.
microsoft. azure. management. resources. fluentcore. arm. collection. implementation. TopLevelModifiableResourcesImpl<BatchAccount, BatchAccountImpl, BatchAccountInner, BatchAccountsInner, BatchManager> - com.
microsoft. azure. management. batch. implementation. BatchAccountsImpl
- com.
- com.
public class BatchAccountsImpl implements BatchAccounts
Implementation for BatchAccounts and its parent interfaces.
Constructor Summary
Constructor | Description | |
---|---|---|
BatchAccountsImpl(BatchManager manager, StorageManager storageManager) |
Method Summary
Modifier and Type | Method and Description |
---|---|
BatchAccount.DefinitionStages.Blank |
define(String name)
Begins a definition for a new resource. This is the beginning of the builder pattern used to create top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is create(). Note that the create() method is only available at the stage of the resource definition that has the minimum set of input parameters specified. If you do not see create() among the available methods, it means you have not yet specified all the required input settings. Input settings generally begin with the word "with", for example: and return the next stage of the resource definition, as an interface in the "fluent interface" style. |
int |
getBatchAccountQuotaByLocation(Region region)
Looks up the number of Batch accounts that can be created in the specified region. |
Batch |
wrapModel(BatchAccountInner inner) |
Batch |
wrapModel(String name) |
Inherited Members
Constructor Details
BatchAccountsImpl
protected BatchAccountsImpl(BatchManager manager, StorageManager storageManager)
Parameters:
Method Details
define
public BatchAccount.DefinitionStages.Blank define(String name)
Begins a definition for a new resource.
This is the beginning of the builder pattern used to create top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is create().
Note that the create() method is only available at the stage of the resource definition that has the minimum set of input parameters specified. If you do not see create() among the available methods, it means you have not yet specified all the required input settings. Input settings generally begin with the word "with", for example: and return the next stage of the resource definition, as an interface in the "fluent interface" style.
Overrides:
BatchAccountsImpl.define(String name)Parameters:
Returns:
getBatchAccountQuotaByLocation
public int getBatchAccountQuotaByLocation(Region region)
Looks up the number of Batch accounts that can be created in the specified region.
Overrides:
BatchAccountsImpl.getBatchAccountQuotaByLocation(Region region)Parameters:
Returns:
wrapModel
protected BatchAccountImpl wrapModel(BatchAccountInner inner)
Parameters:
wrapModel
protected BatchAccountImpl wrapModel(String name)
Parameters:
Applies to
Azure SDK for Java