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

P2sVpnGatewaysOperationsExtensions.BeginGetP2sVpnConnectionHealthDetailedAsync 方法

定义

获取用于获取指定资源组中虚拟 WAN P2SVpnGateway 的 P2S 客户端的连接运行状况详细信息的 sas URL。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthInner> BeginGetP2sVpnConnectionHealthDetailedAsync (this Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthRequest request, System.Threading.CancellationToken cancellationToken = default);
static member BeginGetP2sVpnConnectionHealthDetailedAsync : Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthInner>
<Extension()>
Public Function BeginGetP2sVpnConnectionHealthDetailedAsync (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, request As P2SVpnConnectionHealthRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of P2SVpnConnectionHealthInner)

参数

operations
IP2sVpnGatewaysOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

gatewayName
String

P2SVpnGateway 的名称。

request
P2SVpnConnectionHealthRequest

请求参数用于获取 p2s vpn 连接的详细运行状况。

cancellationToken
CancellationToken

取消标记。

返回

适用于