StorageAccount.Update 接口
定义
The template for a storage account update operation, containing all the settings that can be modified.
public interface Update extends Appliable<StorageAccount>,StorageAccount.UpdateStages.WithSku,StorageAccount.UpdateStages.WithCustomDomain,StorageAccount.UpdateStages.WithEncryption,StorageAccount.UpdateStages.WithAccessTier,Resource.UpdateWithTags<Update>
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier)
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain)
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name)
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name, boolean useSubDomain)
StorageAccount.UpdateStages.WithEncryption.withEncryption(Encryption encryption)
StorageAccount.UpdateStages.WithEncryption.withEncryption()
StorageAccount.UpdateStages.WithEncryption.withoutEncryption()
Resource.UpdateWithTags<T>.withoutTag(String key)
StorageAccount.UpdateStages.WithSku.withSku(SkuName skuName)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)