RulesOperationsExtensions.ListByRuleSetNext(IRulesOperations, String) Método

Definição

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule> ListByRuleSetNext (this Microsoft.Azure.Management.Cdn.IRulesOperations operations, string nextPageLink);
static member ListByRuleSetNext : Microsoft.Azure.Management.Cdn.IRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule>
<Extension()>
Public Function ListByRuleSetNext (operations As IRulesOperations, nextPageLink As String) As 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.

Retornos

Aplica-se a