ReceivedRoutesClient Interface
public interface ReceivedRoutesClient
An instance of this class provides access to all the operations defined in ReceivedRoutesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByPeering(String resourceGroupName, String peeringName)
Lists the prefixes received over the specified peering under the given subscription and resource group. |
|
abstract
Paged |
listByPeering(String resourceGroupName, String peeringName, String prefix, String asPath, String originAsValidationState, String rpkiValidationState, String skipToken, Context context)
Lists the prefixes received over the specified peering under the given subscription and resource group. |
Method Details
listByPeering
public abstract PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName)
Lists the prefixes received over the specified peering under the given subscription and resource group.
Parameters:
Returns:
listByPeering
public abstract PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName, String prefix, String asPath, String originAsValidationState, String rpkiValidationState, String skipToken, Context context)
Lists the prefixes received over the specified peering under the given subscription and resource group.
Parameters:
Returns: