IDedicatedCircuitLinkAuthorizationOperations.GetAsync Method

Definition

Gets the link authorization for the specified dedicated circuit.

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

Parameters

serviceKey
String

The service key representing the circuit.

authId
String

The GUID representing the authorization

cancellationToken
CancellationToken

Cancellation token.

Returns

Get link authorization operation response.

Applies to