RuleSetsOperationsExtensions.ListByProfileNext Method

Definition

Lists existing AzureFrontDoor rule sets within a profile.

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

Parameters

operations
IRuleSetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to