| 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.WithCreateAndApplication
A batch account definition allowing creation of application and batch account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccount.DefinitionStages.WithCreate |
BatchAccount.DefinitionStages.WithStorage.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies that an existing storage account to be attached 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 that a storage account to be attached with the batch account.
|
BatchAccount.DefinitionStages.WithCreate |
BatchAccount.DefinitionStages.WithStorage.withNewStorageAccount(String storageAccountName)
Specifies that an existing storage account to be attached with the batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/