| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchAccount.Definition
The entirety of a Batch account definition.
|
static interface |
BatchAccount.DefinitionStages.WithCreateAndApplication
The stage of a Batch account definition allowing the adding of a Batch application or creating the Batch account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccount.DefinitionStages.WithCreate |
BatchAccount.DefinitionStages.WithStorage.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies an existing storage account to associate with the Batch account.
|
BatchAccount.DefinitionStages.WithCreate |
BatchAccount.DefinitionStages.WithStorage.withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable)
Specifies a new storage account to associate with the Batch account.
|
BatchAccount.DefinitionStages.WithCreate |
BatchAccount.DefinitionStages.WithStorage.withNewStorageAccount(String storageAccountName)
Specifies the name of a new storage account to be created and associated with this Batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/