你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VpnLinkConnectionsOperationsExtensions.ListByVpnConnectionAsync 方法

定义

检索特定虚拟 WAN VPN 网关 vpn 连接的所有 vpn 站点链接连接。

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

参数

operations
IVpnLinkConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

vpn 网关的资源组名称。

gatewayName
String

网关的名称。

connectionName
String

vpn 连接的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于