Uses of Interface
com.microsoft.azure.management.batch.BatchAccount.Update
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of BatchAccount.Update in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionBatchAccount.UpdateStages.WithStorageAccount.withExistingStorageAccount
(StorageAccount storageAccount) Specifies an existing storage account to associate with the Batch account.BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount
(Creatable<StorageAccount> storageAccountCreatable) Specifies a new storage account to create and associate with the Batch account.BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount
(String storageAccountName) Specifies a new storage account to create and associate with the Batch account.BatchAccount.UpdateStages.WithApplication.withoutApplication
(String applicationId) Removes the specified application from the Batch account.BatchAccount.UpdateStages.WithPool.withoutPool
(String poolId) Removes the specified pool from the Batch account.BatchAccount.UpdateStages.WithStorageAccount.withoutStorageAccount()
Removes the associated storage account.Modifier and TypeMethodDescriptionBatchAccount.UpdateStages.WithApplication.defineNewApplication
(String applicationId) Starts a definition of an application to be created in the Batch account.BatchAccount.UpdateStages.WithPool.defineNewPool
(String poolId) Starts a definition of a pool to be created in the Batch account.