BatchAccount.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication,BatchAccount.UpdateStages.WithPool
O modelo para uma operação de atualização de conta do Lote, que contém todas as configurações que podem ser modificadas.
Membros herdados
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
BatchAccount.UpdateStages.WithApplication.defineNewApplication(String applicationId)
BatchAccount.UpdateStages.WithPool.defineNewPool(String poolId)
Indexable.key()
BatchAccount.UpdateStages.WithApplication.updateApplication(String applicationId)
BatchAccount.UpdateStages.WithPool.updatePool(String poolId)
BatchAccount.UpdateStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount(Creatable<StorageAccount> storageAccountCreatable)
BatchAccount.UpdateStages.WithStorageAccount.withNewStorageAccount(String storageAccountName)
BatchAccount.UpdateStages.WithApplication.withoutApplication(String applicationId)
BatchAccount.UpdateStages.WithPool.withoutPool(String poolId)
BatchAccount.UpdateStages.WithStorageAccount.withoutStorageAccount()
Resource.UpdateWithTags<T>.withoutTag(String key)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java