Compartir a través de


RuleSetsOperationsExtensions.ListByProfileNextAsync Método

Definición

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

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

Parámetros

operations
IRuleSetsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a