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

VpnGatewayBaseCmdlet.CreateOrUpdateVpnGateway Method

Definition

public Microsoft.Azure.Commands.Network.Models.PSVpnGateway CreateOrUpdateVpnGateway (string resourceGroupName, string vpnGatewayName, Microsoft.Azure.Commands.Network.Models.PSVpnGateway vpnGateway, System.Collections.Hashtable tags);
member this.CreateOrUpdateVpnGateway : string * string * Microsoft.Azure.Commands.Network.Models.PSVpnGateway * System.Collections.Hashtable -> Microsoft.Azure.Commands.Network.Models.PSVpnGateway
Public Function CreateOrUpdateVpnGateway (resourceGroupName As String, vpnGatewayName As String, vpnGateway As PSVpnGateway, tags As Hashtable) As PSVpnGateway

Parameters

resourceGroupName
String
vpnGatewayName
String
vpnGateway
PSVpnGateway
tags
Hashtable

Returns

Applies to