RouteFilterRulesOperationsExtensions.ListByRouteFilterNextAsync Method

Definition

Gets all RouteFilterRules in a route filter.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteFilterRule>> ListByRouteFilterNextAsync (this Microsoft.Azure.Management.Network.IRouteFilterRulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByRouteFilterNextAsync : Microsoft.Azure.Management.Network.IRouteFilterRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteFilterRule>>
<Extension()>
Public Function ListByRouteFilterNextAsync (operations As IRouteFilterRulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RouteFilterRule))

Parameters

operations
IRouteFilterRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to