Compartilhar via


IpFirewallRulesOperationsExtensions.ListByWorkspaceNextAsync Método

Definição

Retorna uma lista de regras de firewall

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

Parâmetros

operations
IIpFirewallRulesOperations

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