| Modifier and Type | Method and Description |
|---|---|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)
Specifies that an existing storage account to be attached with the batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.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 |
BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount(String storageAccountName)
Specifies that an existing storage account to be attached with the batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithApplication.withoutApplication(String applicationId)
Deletes specified application from the batch account.
|
BatchAccount.Update |
BatchAccount.UpdateStages.WithStorageAccount.withoutStorageAccount()
Specifies that storage account should be removed from the batch account.
|
| Modifier and Type | Method and Description |
|---|---|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> |
BatchAccount.UpdateStages.WithApplication.defineNewApplication(String applicationId)
Specifies definition of an application to be created in a batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/