Uses of Class
org.jclouds.azurecompute.arm.domain.StorageServiceUpdateParams
-
Packages that use StorageServiceUpdateParams Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of StorageServiceUpdateParams in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageServiceUpdateParams Modifier and Type Method Description static StorageServiceUpdateParams
StorageServiceUpdateParams. create(Map<String,String> tags, StorageServiceUpdateParams.StorageServiceUpdateProperties storageServiceProperties)
-
Uses of StorageServiceUpdateParams in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return StorageServiceUpdateParams 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.
-