Uses of Class
org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams.StorageServiceUpdateProperties
-
Packages that use StorageServiceUpdateParams.StorageServiceUpdateProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of StorageServiceUpdateParams.StorageServiceUpdateProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageServiceUpdateParams.StorageServiceUpdateProperties Modifier and Type Method Description static StorageServiceUpdateParams.StorageServiceUpdateProperties
StorageServiceUpdateParams.StorageServiceUpdateProperties. create(StorageService.AccountType accountType)
abstract StorageServiceUpdateParams.StorageServiceUpdateProperties
StorageServiceUpdateParams. storageServiceProperties()
Specifies the properties of the storage account.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageServiceUpdateParams.StorageServiceUpdateProperties Modifier and Type Method Description static 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.StorageServiceUpdateProperties Modifier and Type Method Description StorageServiceUpdateParams
StorageAccountApi. 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.
-