LegacyPeeringsClient Interface
public interface LegacyPeeringsClient
An instance of this class provides access to all the operations defined in LegacyPeeringsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String peeringLocation, LegacyPeeringsKind kind)
Lists all of the legacy peerings under the given subscription matching the specified kind and location. |
|
abstract
Paged |
list(String peeringLocation, LegacyPeeringsKind kind, Integer asn, Context context)
Lists all of the legacy peerings under the given subscription matching the specified kind and location. |
Method Details
list
public abstract PagedIterable<PeeringInner> list(String peeringLocation, LegacyPeeringsKind kind)
Lists all of the legacy peerings under the given subscription matching the specified kind and location.
Parameters:
Returns:
list
public abstract PagedIterable<PeeringInner> list(String peeringLocation, LegacyPeeringsKind kind, Integer asn, Context context)
Lists all of the legacy peerings under the given subscription matching the specified kind and location.
Parameters:
Returns: