Compartilhar via


VpnLinkConnectionsOperationsExtensions.ListByVpnConnectionNextAsync Método

Definição

Recupera todas as conexões de link do site vpn para uma conexão vpn de gateway de vpn de wan virtual específica.

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

Parâmetros

operations
IVpnLinkConnectionsOperations

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