RulesOperationsExtensions.ListByRuleSetNextAsync Método

Definição

Lista todas as regras de entrega existentes em um conjunto de regras.

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

Parâmetros

operations
IRulesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a