LocationsClient Interface
public interface LocationsClient
An instance of this class provides access to all the operations defined in LocationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Asc |
get(String ascLocation)
Details of a specific location. |
|
abstract
Response<Asc |
getWithResponse(String ascLocation, Context context)
Details of a specific location. |
|
abstract
Paged |
list()
The location of the responsible ASC of the specific subscription (home region). |
|
abstract
Paged |
list(Context context)
The location of the responsible ASC of the specific subscription (home region). |
Method Details
get
public abstract AscLocationInner get(String ascLocation)
Details of a specific location.
Parameters:
Returns:
getWithResponse
public abstract Response<AscLocationInner> getWithResponse(String ascLocation, Context context)
Details of a specific location.
Parameters:
Returns:
list
public abstract PagedIterable<AscLocationInner> list()
The location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.
Returns:
list
public abstract PagedIterable<AscLocationInner> list(Context context)
The location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.
Parameters:
Returns: