VirtualNetworkTapCollection.CreateOrUpdateAsync Method

Definition

Create a VirtualNetworkTap

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkTaps/{tapName}.
  • Operation Id. : VirtualNetworkTaps_CreateOrUpdate.
  • Default Api Version. : 2025-07-01.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualNetworkTapResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string tapName, Azure.ResourceManager.Network.VirtualNetworkTapData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualNetworkTapData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualNetworkTapResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.VirtualNetworkTapData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VirtualNetworkTapResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, tapName As String, data As VirtualNetworkTapData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 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 or data is null.

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

Applies to