Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService
-
Packages that use StorageService Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of StorageService in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService Modifier and Type Method Description static StorageService
StorageService. create(String id, String name, String location, Map<String,String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties)
-
Uses of StorageService in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return StorageService Modifier and Type Method Description StorageService
StorageAccountApi. get(String storageAccountName)
The Get Storage Account Properties operation returns system properties for the specified storage account.Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type StorageService Modifier and Type Method Description List<StorageService>
StorageAccountApi. list()
The List Storage Accounts operation lists the storage accounts that are available in the specified subscription and resource group.
-