@Path(value="/locations")
@Produces(value="application/json")
@Consumes(value="application/json")
public interface LocationApi
Modifier and Type | Method and Description |
---|---|
List<Location> |
list()
The List Locations operation lists all of the data center locations that are valid for your subscription.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.