CrossConnectionOperationsExtensions.BeginNewAsync Method

Definition

The New Cross Connection operation provisions a cross connection for as dedicated circuit.

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

Parameters

operations
ICrossConnectionOperations

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

serviceKey
String

Required. Service key of the dedicated circuit.

Returns

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

Applies to