Sdílet prostřednictvím


ExpressRouteCircuitPeeringsOperationsExtensions.Delete Method

Definition

Deletes the specified peering from the specified express route circuit.

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