PeeringServiceCountriesClient Interface

public interface PeeringServiceCountriesClient

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

Method Summary

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

Lists all of the available countries for peering service.

abstract PagedIterable<PeeringServiceCountryInner> list(Context context)

Lists all of the available countries for peering service.

Method Details

list

public abstract PagedIterable<PeeringServiceCountryInner> list()

Lists all of the available countries for peering service.

Returns:

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

list

public abstract PagedIterable<PeeringServiceCountryInner> list(Context context)

Lists all of the available countries for peering service.

Parameters:

context - The context to associate with this operation.

Returns:

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

Applies to