Share via


ManagedRuleSetsOperationsExtensions.ListNext Method

Definition

Lists all available managed rule sets.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetDefinition> ListNext (this Microsoft.Azure.Management.Cdn.IManagedRuleSetsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Cdn.IManagedRuleSetsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.ManagedRuleSetDefinition>
<Extension()>
Public Function ListNext (operations As IManagedRuleSetsOperations, nextPageLink As String) As IPage(Of ManagedRuleSetDefinition)

Parameters

operations
IManagedRuleSetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to