次の方法で共有


VpnGatewaysOperationsExtensions.CreateOrUpdate メソッド

定義

仮想 WAN VPN ゲートウェイが存在しない場合は作成し、それ以外の場合は既存のゲートウェイを更新します。

public static Microsoft.Azure.Management.Network.Models.VpnGateway CreateOrUpdate (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGateway vpnGatewayParameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGateway -> Microsoft.Azure.Management.Network.Models.VpnGateway
<Extension()>
Public Function CreateOrUpdate (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, vpnGatewayParameters As VpnGateway) As VpnGateway

パラメーター

operations
IVpnGatewaysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

VpnGateway のリソース グループ名。

gatewayName
String

ゲートウェイの名前。

vpnGatewayParameters
VpnGateway

仮想 WAN VPN ゲートウェイを作成または更新するために指定されたパラメーター。

戻り値

適用対象