Compartilhar via


VpnLinkConnectionsOperationsExtensions.ListByVpnConnectionAsync 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>> ListByVpnConnectionAsync (this Microsoft.Azure.Management.Network.Fluent.IVpnLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName, System.Threading.CancellationToken cancellationToken = default);
static member ListByVpnConnectionAsync : Microsoft.Azure.Management.Network.Fluent.IVpnLinkConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkConnectionInner>>
<Extension()>
Public Function ListByVpnConnectionAsync (operations As IVpnLinkConnectionsOperations, resourceGroupName As String, gatewayName As String, connectionName 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.

resourceGroupName
String

O nome do grupo de recursos do VpnGateway.

gatewayName
String

O nome do gateway.

connectionName
String

O nome da conexão vpn.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a