public interface BatchAccount extends GroupableResource<com.microsoft.azure.management.batch.implementation.BatchManager,com.microsoft.azure.management.batch.implementation.BatchAccountInner>, Refreshable<BatchAccount>, Updatable<BatchAccount.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
BatchAccount.Definition
The entirety of a Batch account definition.
|
static interface |
BatchAccount.DefinitionStages
Grouping of all the Batch account definition stages.
|
static interface |
BatchAccount.Update
The template for a Batch account update operation, containing all the settings that can be modified.
|
static interface |
BatchAccount.UpdateStages
Grouping of all Batch account update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
String |
accountEndpoint() |
int |
activeJobAndJobScheduleQuota() |
Map<String,Application> |
applications() |
AutoStorageProperties |
autoStorage() |
int |
coreQuota() |
BatchAccountKeys |
getKeys() |
int |
poolQuota() |
ProvisioningState |
provisioningState() |
BatchAccountKeys |
regenerateKeys(AccountKeyType keyType)
Regenerates the access keys for the Batch account.
|
void |
synchronizeAutoStorageKeys()
Synchronizes the storage account keys for this Batch account.
|
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
ProvisioningState provisioningState()
String accountEndpoint()
AutoStorageProperties autoStorage()
int coreQuota()
int poolQuota()
int activeJobAndJobScheduleQuota()
BatchAccountKeys getKeys()
BatchAccountKeys regenerateKeys(AccountKeyType keyType)
keyType
- the type if key to regeneratevoid synchronizeAutoStorageKeys()
Map<String,Application> applications()
Copyright © 2019. All rights reserved.