Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService.StorageServiceProperties
- 
Packages that use StorageService.StorageServiceProperties Package Description org.jclouds.azurecompute.arm.domain  - 
- 
Uses of StorageService.StorageServiceProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.StorageServiceProperties Modifier and Type Method Description StorageService.StorageServicePropertiesStorageService.StorageServiceProperties.Builder. build()static StorageService.StorageServicePropertiesStorageService.StorageServiceProperties. create(StorageService.AccountType accountType, Date creationTime, Map<String,String> primaryEndpoints, String primaryLocation, StorageService.Status provisioningState, Map<String,String> secondaryEndpoints, String secondaryLocation, StorageService.RegionStatus statusOfPrimary, StorageService.RegionStatus statusOfSecondary)abstract StorageService.StorageServicePropertiesStorageService. storageServiceProperties()Specifies the properties of the storage account.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageService.StorageServiceProperties Modifier and Type Method Description static StorageServiceStorageService. create(String id, String name, String location, Map<String,String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties) 
 -