次の方法で共有


VpnGatewaysOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

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

パラメーター

operations
IVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

vpnGatewayParameters
VpnGateway

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象