Maps Interface
public interface Maps
Resource collection API of Maps.
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<OperationDetail> list()
List operations available for the Maps Resource Provider.
Returns:
list
public abstract PagedIterable<OperationDetail> list(Context context)
List operations available for the Maps Resource Provider.
Parameters:
Returns:
listOperations
public abstract PagedIterable<OperationDetail> listOperations()
List operations available for the Maps Resource Provider.
Returns:
listOperations
public abstract PagedIterable<OperationDetail> listOperations(Context context)
List operations available for the Maps Resource Provider.
Parameters:
Returns: