Compartir a través de


RuleSetsOperationsExtensions.ListByProfileNext Método

Definición

Enumera los conjuntos de reglas de AzureFrontDoor existentes dentro de un perfil.

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)

Parámetros

operations
IRuleSetsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a