DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemoveAsync Method

Definition

The Remove Dedicated Circuit Link Authorization operation deletes an existing dedicated circuit link.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginRemoveAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey, string authId);
static member BeginRemoveAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginRemoveAsync (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String, authId As String) As Task(Of ExpressRouteOperationResponse)

Parameters

operations
IDedicatedCircuitLinkAuthorizationOperations

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

serviceKey
String

Required. Service key representing the dedicated circuit.

authId
String

Required. The GUID representing the authorization

Returns

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

Applies to