Partager via


VpnLinkConnectionsOperationsExtensions.ListByVpnConnectionAsync Méthode

Définition

Récupère toutes les connexions de liaison de site VPN pour une connexion VPN de passerelle VPN Virtual Wan particulière.

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))

Paramètres

operations
IVpnLinkConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources de VpnGateway.

gatewayName
String

Le nom de la passerelle.

connectionName
String

Nom de la connexion VPN.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à