Uses of Interface
com.microsoft.azure.management.batch.BatchAccount.Update
-
-
Uses of BatchAccount.Update in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return BatchAccount.Update Modifier and Type Method Description BatchAccount.UpdateBatchAccount.UpdateStages.WithStorageAccount. withExistingStorageAccount(com.microsoft.azure.management.storage.StorageAccount storageAccount)Specifies an existing storage account to associate with the Batch account.BatchAccount.UpdateBatchAccount.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.UpdateBatchAccount.UpdateStages.WithStorageAccount. withNewStorageAccount(String storageAccountName)Specifies a new storage account to create and associate with the Batch account.BatchAccount.UpdateBatchAccount.UpdateStages.WithApplication. withoutApplication(String applicationId)Removes the specified application from the Batch account.BatchAccount.UpdateBatchAccount.UpdateStages.WithStorageAccount. withoutStorageAccount()Removes the associated storage account.Methods in com.microsoft.azure.management.batch that return types with arguments of type BatchAccount.Update Modifier and Type Method 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.
-