Share via


VpnGatewayCollection.CreateOrUpdate Method

Definition

Creates a virtual wan vpn gateway if it doesn't exist else updates the existing gateway.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}
  • Operation Id: VpnGateways_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: VpnGatewayResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string gatewayName, Azure.ResourceManager.Network.VpnGatewayData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.VpnGatewayData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.VpnGatewayData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnGatewayResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, gatewayName As String, data As VpnGatewayData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VpnGatewayResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

gatewayName
String

The name of the gateway.

data
VpnGatewayData

Parameters supplied to create or Update a virtual wan vpn gateway.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

gatewayName is an empty string, and was expected to be non-empty.

gatewayName or data is null.

Applies to