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 PagedIterable<PeeringReceivedRouteInner> listByPeering(String resourceGroupName, String peeringName)

Lists the prefixes received over the specified peering under the given subscription and resource group.

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.

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:

resourceGroupName - The name of the resource group.
peeringName - The name of the peering.

Returns:

the paginated list of received routes for the peering as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group.
peeringName - The name of the peering.
prefix - The optional prefix that can be used to filter the routes.
asPath - The optional AS path that can be used to filter the routes.
originAsValidationState - The optional origin AS validation state that can be used to filter the routes.
rpkiValidationState - The optional RPKI validation state that can be used to filter the routes.
skipToken - The optional page continuation token that is used in the event of paginated result.
context - The context to associate with this operation.

Returns:

the paginated list of received routes for the peering as paginated response with PagedIterable<T>.

Applies to