public interface BatchAccount extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<BatchAccount.Update>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.batch.implementation.BatchAccountInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchAccount.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
BatchAccount.DefinitionStages
Grouping of all the storage account definition stages.
|
static interface |
BatchAccount.Update
The template for a storage account update operation, containing all the settings that can be modified.
|
static interface |
BatchAccount.UpdateStages
Grouping of all the storage account update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.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 batch account.
|
void |
synchronizeAutoStorageKeys()
Synchronize the storage account keys for batch account.
|
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshProvisioningState provisioningState()
String accountEndpoint()
AutoStorageProperties autoStorage()
int coreQuota()
int poolQuota()
int activeJobAndJobScheduleQuota()
BatchAccountKeys getKeys()
BatchAccountKeys regenerateKeys(AccountKeyType keyType)
keyType - either primary or secondary key to be regeneratedvoid synchronizeAutoStorageKeys()
Map<String,Application> applications()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/