MapsClient Interface
public interface MapsClient
An instance of this class provides access to all the operations defined in MapsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
List operations available for the Maps Resource Provider. |
|
abstract
Paged |
list(Context context)
List operations available for the Maps Resource Provider. |
|
abstract
Paged |
listOperations()
List operations available for the Maps Resource Provider. |
|
abstract
Paged |
listOperations(Context context)
List operations available for the Maps Resource Provider. |
Method Details
list
public abstract PagedIterable<OperationDetailInner> list()
List operations available for the Maps Resource Provider.
Returns:
list
public abstract PagedIterable<OperationDetailInner> list(Context context)
List operations available for the Maps Resource Provider.
Parameters:
Returns:
listOperations
public abstract PagedIterable<OperationDetailInner> listOperations()
List operations available for the Maps Resource Provider.
Returns:
listOperations
public abstract PagedIterable<OperationDetailInner> listOperations(Context context)
List operations available for the Maps Resource Provider.
Parameters:
Returns: