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

P2sVpnGatewaysOperationsExtensions.CreateOrUpdateAsync 方法

定义

创建虚拟 wan p2s vpn 网关(如果不存在),否则会更新现有网关。

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

参数

operations
IP2sVpnGatewaysOperations

此扩展方法的操作组。

resourceGroupName
String

P2SVpnGateway 的资源组名称。

gatewayName
String

网关的名称。

p2SVpnGatewayParameters
P2SVpnGatewayInner

提供用于创建或更新虚拟 wan p2s vpn 网关的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于