Uses of Interface
com.microsoft.azure.management.batch.BatchAccount.Update
Packages that use BatchAccount.Update
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of BatchAccount.Update in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return BatchAccount.UpdateModifier 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.Methods in com.microsoft.azure.management.batch that return types with arguments of type BatchAccount.UpdateModifier 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.