PeeringServiceProvidersClient Interface

public interface PeeringServiceProvidersClient

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

Method Summary

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

Lists all of the available peering service locations for the specified kind of peering.

abstract PagedIterable<PeeringServiceProviderInner> list(Context context)

Lists all of the available peering service locations for the specified kind of peering.

Method Details

list

public abstract PagedIterable<PeeringServiceProviderInner> list()

Lists all of the available peering service locations for the specified kind of peering.

Returns:

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

list

public abstract PagedIterable<PeeringServiceProviderInner> list(Context context)

Lists all of the available peering service locations for the specified kind of peering.

Parameters:

context - The context to associate with this operation.

Returns:

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

Applies to