Uses of Class
org.jclouds.azurecompute.arm.domain.Region
-
Packages that use Region Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Region in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Region Modifier and Type Method Description static RegionRegion. byName(String name)static RegionRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static Region[]Region. values()Returns an array containing the constants of this enum type, in the order they are declared.
-