Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService.StorageServiceProperties
Packages that use StorageService.StorageServiceProperties
-
Uses of StorageService.StorageServiceProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.StorageServicePropertiesModifier and TypeMethodDescriptionStorageService.StorageServiceProperties.Builder.build()
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) StorageService.storageServiceProperties()
Specifies the properties of the storage account.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageService.StorageServicePropertiesModifier and TypeMethodDescriptionstatic StorageService
StorageService.create
(String id, String name, String location, Map<String, String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties)