Share via


ManagedRuleSetsOperationsExtensions.ListAsync Method

Definition

Lists all available managed rule sets.

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))

Parameters

operations
IManagedRuleSetsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to