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 PagedIterable<OperationDetailInner> list()

List operations available for the Maps Resource Provider.

abstract PagedIterable<OperationDetailInner> list(Context context)

List operations available for the Maps Resource Provider.

abstract PagedIterable<OperationDetailInner> listOperations()

List operations available for the Maps Resource Provider.

abstract PagedIterable<OperationDetailInner> 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:

the set of operations available for Maps as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationDetailInner> list(Context context)

List operations available for the Maps Resource Provider.

Parameters:

context - The context to associate with this operation.

Returns:

the set of operations available for Maps as paginated response with PagedIterable<T>.

listOperations

public abstract PagedIterable<OperationDetailInner> listOperations()

List operations available for the Maps Resource Provider.

Returns:

the set of operations available for Maps as paginated response with PagedIterable<T>.

listOperations

public abstract PagedIterable<OperationDetailInner> listOperations(Context context)

List operations available for the Maps Resource Provider.

Parameters:

context - The context to associate with this operation.

Returns:

the set of operations available for Maps as paginated response with PagedIterable<T>.

Applies to