ICrossConnectionOperations.GetAsync(String, CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse> GetAsync (string serviceKey, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.CrossConnectionGetResponse>
Public Function GetAsync (serviceKey As String, cancellationToken As CancellationToken) As Task(Of CrossConnectionGetResponse)

Parameters

serviceKey
String

The servicee key representing the dedicated circuit.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Cross Connection Operation Response.

Applies to