IDedicatedCircuitLinkOperations.GetAsync Method

Definition

The Get Dedicated Circuit Link operation retrieves the specified dedicated circuit link.

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

Parameters

serviceKey
String

The service key representing the circuit.

vnetName
String
cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Dedicated Circuit Link operation response.

Applies to