Share via


VirtualNetworkTapCollection.CreateOrUpdate Method

Definition

Creates or updates a Virtual Network Tap.

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

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.

tapName
String

The name of the virtual network tap.

data
VirtualNetworkTapData

Parameters supplied to the create or update virtual network tap operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

tapName or data is null.

Applies to