VirtualNetworkTapsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified virtual network tap.

public static void BeginDelete (this Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations operations, string resourceGroupName, string tapName);
static member BeginDelete : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IVirtualNetworkTapsOperations, resourceGroupName As String, tapName As String)

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.

Applies to