Uses of Class
org.jclouds.azurecompute.arm.domain.StorageService.AccountType
-
Packages that use StorageService.AccountType Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of StorageService.AccountType in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageService.AccountType Modifier and Type Method Description abstract StorageService.AccountTypeStorageService.StorageServiceProperties. accountType()Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage.abstract StorageService.AccountTypeStorageServiceUpdateParams.StorageServiceUpdateProperties. accountType()Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage.static StorageService.AccountTypeStorageService.AccountType. fromValue(String text)static StorageService.AccountTypeStorageService.AccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageService.AccountType[]StorageService.AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageService.AccountType Modifier and Type Method Description abstract StorageService.StorageServiceProperties.BuilderStorageService.StorageServiceProperties.Builder. accountType(StorageService.AccountType accountType)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)static StorageServiceUpdateParams.StorageServiceUpdatePropertiesStorageServiceUpdateParams.StorageServiceUpdateProperties. create(StorageService.AccountType accountType)
-