CrossConnectionOperationsExtensions.GetAsync Method

Definition

The Get Cross Connection operation retrieves the Cross Connection information for the Dedicated Circuit with the specified service key.

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

Parameters

operations
ICrossConnectionOperations

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

serviceKey
String

Required. The servicee key representing the dedicated circuit.

Returns

The Get Cross Connection Operation Response.

Applies to