BatchAccount.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication,BatchAccount.UpdateStages.WithPool
Modèle pour une opération de mise à jour de compte Batch, contenant tous les paramètres pouvant être modifiés.
Membres hérités
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)
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java