Sdílet prostřednictvím


ExpressRouteCircuitPeeringsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified peering from the specified express route circuit.

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

Parameters

operations
IExpressRouteCircuitPeeringsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

circuitName
String

The name of the express route circuit.

peeringName
String

The name of the peering.

Applies to