CrossConnectionOperationsExtensions.Get Method

Definition

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

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations operations, string serviceKey);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.ICrossConnectionOperations * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse
<Extension()>
Public Function Get (operations As ICrossConnectionOperations, serviceKey As String) As 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