IDedicatedCircuitLinkAuthorizationOperations.ListAsync Method

Definition

Lists the specified link authorization for the specified dedicated circuit.

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

Parameters

serviceKey
String

The service key representing the circuit.

cancellationToken
CancellationToken

Cancellation token.

Returns

List link authorization operation response.

Applies to