LocalNetworkGatewayCollection.CreateOrUpdate Method

Definition

Creates or updates a local network gateway in the specified resource group.

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

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.

localNetworkGatewayName
String

The name of the local network gateway.

data
LocalNetworkGatewayData

Parameters supplied to the create or update local network gateway operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

localNetworkGatewayName or data is null.

Applies to