Maps Interface

public interface Maps

Resource collection API of Maps.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationDetail> list()

List operations available for the Maps Resource Provider.

abstract PagedIterable<OperationDetail> list(Context context)

List operations available for the Maps Resource Provider.

abstract PagedIterable<OperationDetail> listOperations()

List operations available for the Maps Resource Provider.

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

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

list

public abstract PagedIterable<OperationDetail> 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<OperationDetail> 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<OperationDetail> 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