BatchAccount.Update Interfaz
public interface Update extends Appliable,Resource.UpdateWithTags,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication,BatchAccount.UpdateStages.WithPool
Plantilla para una operación de actualización de cuenta de Batch que contiene toda la configuración que se puede modificar.
Miembros heredados
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)
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java