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

VpnSiteLinksOperationsExtensions.ListByVpnSiteAsync 方法

定义

列出 vpn 站点的资源组中的所有 vpnSiteLink。

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

参数

operations
IVpnSiteLinksOperations

此扩展方法的操作组。

resourceGroupName
String

VpnSite 的资源组名称。

vpnSiteName
String

VpnSite 的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于