IDedicatedCircuitLinkOperations.ListAsync(String, CancellationToken) Method

Definition

The List Dedicated Circuit Links operation retrieves a list of Vnets that are linked to the circuit with the specified service key.

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

Parameters

serviceKey
String
cancellationToken
CancellationToken

Cancellation token.

Returns

The List Dedicated Circuit Link operation response.

Applies to