Uses of Class
org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams.StorageServiceUpdateProperties
Packages that use StorageServiceUpdateParams.StorageServiceUpdateProperties
-
Uses of StorageServiceUpdateParams.StorageServiceUpdateProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageServiceUpdateParams.StorageServiceUpdatePropertiesModifier and TypeMethodDescriptionStorageServiceUpdateParams.StorageServiceUpdateProperties.create
(StorageService.AccountType accountType) StorageServiceUpdateParams.storageServiceProperties()
Specifies the properties of the storage account.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageServiceUpdateParams.StorageServiceUpdatePropertiesModifier and TypeMethodDescriptionstatic StorageServiceUpdateParams
StorageServiceUpdateParams.create
(Map<String, String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties) -
Uses of StorageServiceUpdateParams.StorageServiceUpdateProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type StorageServiceUpdateParams.StorageServiceUpdatePropertiesModifier and TypeMethodDescriptionStorageAccountApi.update
(String storageAccountName, Map<String, String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties properties) The Update Storage Account asynchronous operation updates the label, the description, and enables or disables the geo-replication status for the specified storage account.