Partager via


RulesOperationsExtensions.ListByRuleSetNextAsync Méthode

Définition

Répertorie toutes les règles de remise existantes au sein d’un ensemble de règles.

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

Paramètres

operations
IRulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à