次の方法で共有


P2sVpnGatewaysOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (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

キャンセル トークン。

戻り値

適用対象