Partilhar via


LoadBalancerOutboundRulesOperationsExtensions.ListNextAsync Método

Definição

Obtém todas as regras de saída em um balanceador de carga.

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

Parâmetros

operations
ILoadBalancerOutboundRulesOperations

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