ExpressRouteGatewayCollection.CreateOrUpdate Method

Definition

Creates or updates a ExpressRoute gateway in a specified resource group.

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

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.

expressRouteGatewayName
String

The name of the ExpressRoute gateway.

data
ExpressRouteGatewayData

Parameters required in an ExpressRoute gateway PUT operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

expressRouteGatewayName or data is null.

Applies to