VirtualNetworkTapsOperationsExtensions.BeginDeleteAsync Method

Definition

Deletes the specified virtual network tap.

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations operations, string resourceGroupName, string tapName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IVirtualNetworkTapsOperations, resourceGroupName As String, tapName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IVirtualNetworkTapsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

tapName
String

The name of the virtual network tap.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to