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