DedicatedCircuitOperationsExtensions.BeginRemove Method

Definition

The Remove Dedicated Circuit operation deletes an existing dedicated circuit.

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse BeginRemove (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations operations, string serviceKey);
static member BeginRemove : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse
<Extension()>
Public Function BeginRemove (operations As IDedicatedCircuitOperations, serviceKey As String) As ExpressRouteOperationResponse

Parameters

operations
IDedicatedCircuitOperations

Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations.

serviceKey
String

Required. Service key representing the dedicated circuit to be deleted.

Returns

A standard service response including an HTTP status code and request ID.

Applies to