PeeringLocationsClient Interface

public interface PeeringLocationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PeeringLocationInner> list(PeeringLocationsKind kind)

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

abstract PagedIterable<PeeringLocationInner> list(PeeringLocationsKind kind, PeeringLocationsDirectPeeringType directPeeringType, Context context)

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

Method Details

list

public abstract PagedIterable<PeeringLocationInner> list(PeeringLocationsKind kind)

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

Parameters:

kind - The kind of the peering.

Returns:

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

list

public abstract PagedIterable<PeeringLocationInner> list(PeeringLocationsKind kind, PeeringLocationsDirectPeeringType directPeeringType, Context context)

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

Parameters:

kind - The kind of the peering.
directPeeringType - The type of direct peering.
context - The context to associate with this operation.

Returns:

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

Applies to