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
Paged |
list(PeeringLocationsKind kind)
Lists all of the available peering locations for the specified kind of peering. |
|
abstract
Paged |
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:
Returns:
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:
Returns: