Aracılığıyla paylaş


VirtualNetworkGatewayCollection.CreateOrUpdate Method

Definition

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

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

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.

virtualNetworkGatewayName
String

The name of the virtual network gateway.

data
VirtualNetworkGatewayData

Parameters supplied to create or update virtual network gateway operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

virtualNetworkGatewayName or data is null.

Applies to