DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemove 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 Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse BeginRemove (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey, string authId);
static member BeginRemove : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse
<Extension()>
Public Function BeginRemove (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String, authId As String) As 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
Azure SDK for .NET