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

VpnLinkConnectionsOperationsExtensions.ListByVpnConnection 方法

定义

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection> ListByVpnConnection (this Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName);
static member ListByVpnConnection : Microsoft.Azure.Management.Network.IVpnLinkConnectionsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection>
<Extension()>
Public Function ListByVpnConnection (operations As IVpnLinkConnectionsOperations, resourceGroupName As String, gatewayName As String, connectionName As String) As IPage(Of VpnSiteLinkConnection)

参数

operations
IVpnLinkConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

vpn 网关的资源组名称。

gatewayName
String

网关的名称。

connectionName
String

vpn 连接的名称。

返回

适用于