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