BatchAccount.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication,BatchAccount.UpdateStages.WithPool
The template for a Batch account update operation, containing all the settings that can be modified.
Inherited Members
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)
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java