public static interface BatchAccount.DefinitionStages.WithStorage
| Modifier and Type | Method and Description |
|---|---|
BatchAccount.DefinitionStages.WithCreate |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies an existing storage account to associate with the Batch account.
|
BatchAccount.DefinitionStages.WithCreate |
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 |
withNewStorageAccount(String storageAccountName)
Specifies the name of a new storage account to be created and associated with this Batch account.
|
BatchAccount.DefinitionStages.WithCreate withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
storageAccount - an existing storage accountBatchAccount.DefinitionStages.WithCreate withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable)
storageAccountCreatable - a storage account to be created along with and used in the Batch accountBatchAccount.DefinitionStages.WithCreate withNewStorageAccount(String storageAccountName)
storageAccountName - the name of a new storage account/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/