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.StorageServiceProperties
StorageService.StorageServiceProperties.Builder. build()
static StorageService.StorageServiceProperties
StorageService.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.StorageServiceProperties
StorageService. 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 StorageService
StorageService. create(String id, String name, String location, Map<String,String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties)
-