FirewallRulesOperationsExtensions.ListNext Método

Definição

Obtém todas as regras de firewall no cache redis especificado.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisFirewallRule> ListNext (this Microsoft.Azure.Management.Redis.IFirewallRulesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Redis.IFirewallRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisFirewallRule>
<Extension()>
Public Function ListNext (operations As IFirewallRulesOperations, nextPageLink As String) As IPage(Of RedisFirewallRule)

Parâmetros

operations
IFirewallRulesOperations

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