public static interface BatchAccount.UpdateStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
BatchAccount.Update |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies that an existing storage account to be attached with the batch account.
|
BatchAccount.Update |
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.Update |
withNewStorageAccount(String storageAccountName)
Specifies that an existing storage account to be attached with the batch account.
|
BatchAccount.Update |
withoutStorageAccount()
Specifies that storage account should be removed from the batch account.
|
BatchAccount.Update withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
storageAccount - existing storage account to be usedBatchAccount.Update 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.Update withNewStorageAccount(String storageAccountName)
storageAccountName - name of new storage account to be created and used in batch accountBatchAccount.Update withoutStorageAccount()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/