次の方法で共有


P2sVpnGatewaysOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.P2SVpnGateway BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.P2SVpnGateway p2SVpnGatewayParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IP2sVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.P2SVpnGateway -> Microsoft.Azure.Management.Network.Models.P2SVpnGateway
<Extension()>
Public Function BeginCreateOrUpdate (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, p2SVpnGatewayParameters As P2SVpnGateway) As P2SVpnGateway

パラメーター

operations
IP2sVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

p2SVpnGatewayParameters
P2SVpnGateway

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

戻り値

適用対象