public static interface BatchAccount.UpdateStages.WithStorageAccount
| Modifier and Type | Method and Description |
|---|---|
BatchAccount.Update |
withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies an existing storage account to associate with the Batch account.
|
BatchAccount.Update |
withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable)
Specifies a new storage account to create and associate with the Batch account.
|
BatchAccount.Update |
withNewStorageAccount(String storageAccountName)
Specifies a new storage account to create and associate with the Batch account.
|
BatchAccount.Update |
withoutStorageAccount()
Removes the associated storage account.
|
BatchAccount.Update withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
storageAccount - an existing storage accountBatchAccount.Update withNewStorageAccount(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable)
storageAccountCreatable - the definition of the storage accountBatchAccount.Update withNewStorageAccount(String storageAccountName)
storageAccountName - the name of a new storage 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.
*/