ExpressRouteCircuitsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified express route circuit.

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

Parameters

operations
IExpressRouteCircuitsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

circuitName
String

The name of the express route circuit.

Applies to