VirtualNetworkTapsOperationsExtensions.Delete Method

Definition

Deletes the specified virtual network tap.

public static void Delete (this Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations operations, string resourceGroupName, string tapName);
static member Delete : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations * string * string -> unit
<Extension()>
Public Sub Delete (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