DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemoveAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.