PeeringServiceLocationsClient Interface

public interface PeeringServiceLocationsClient

An instance of this class provides access to all the operations defined in PeeringServiceLocationsClient.

Method Summary

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

Lists all of the available locations for peering service.

abstract PagedIterable<PeeringServiceLocationInner> list(String country, Context context)

Lists all of the available locations for peering service.

Method Details

list

public abstract PagedIterable<PeeringServiceLocationInner> list()

Lists all of the available locations for peering service.

Returns:

the paginated list of peering service locations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<PeeringServiceLocationInner> list(String country, Context context)

Lists all of the available locations for peering service.

Parameters:

country - The country of interest, in which the locations are to be present.
context - The context to associate with this operation.

Returns:

the paginated list of peering service locations as paginated response with PagedIterable<T>.

Applies to