你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BatchAccount.Update 接口
public interface Update extends Appliable,Resource.UpdateWithTags,BatchAccount.UpdateStages.WithStorageAccount,BatchAccount.UpdateStages.WithApplication,BatchAccount.UpdateStages.WithPool
Batch 帐户更新操作的模板,包含可修改的所有设置。
继承成员
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)