Compartir a través de


ManagedRuleSetsOperationsExtensions.ListAsync Método

Definición

Enumera todos los conjuntos de reglas administradas disponibles.

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

Parámetros

operations
IManagedRuleSetsOperations

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a