Interface LocationApi
-
@Path("/locations") @Produces("application/json") @Consumes("application/json") public interface LocationApi
This Azure Resource Manager API provides all of the locations that are available for resource providers- See Also:
- docs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Location>
list()
The List Locations operation lists all of the data center locations that are valid for your subscription.
-