Uses of Class
org.jclouds.azurecompute.arm.domain.Location
- 
Packages that use Location Package Description org.jclouds.azurecompute.arm.compute org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features  - 
- 
Uses of Location in org.jclouds.azurecompute.arm.compute
Methods in org.jclouds.azurecompute.arm.compute that return types with arguments of type Location Modifier and Type Method Description Iterable<Location>AzureComputeServiceAdapter. listLocations() - 
Uses of Location in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type Location Modifier and Type Method Description LocationLocationToLocation. apply(Location location) - 
Uses of Location in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Location Modifier and Type Method Description static LocationLocation. create(String id, String name, String displayName, String longitude, String latitude) - 
Uses of Location in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Location Modifier and Type Method Description List<Location>LocationApi. list()The List Locations operation lists all of the data center locations that are valid for your subscription. 
 -