IDedicatedCircuitOperations.ListAsync(CancellationToken) Method

Definition

The List Dedicated Circuit operation retrieves a list of dedicated circuits owned by the customer.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of DedicatedCircuitListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Dedicated Circuit operation response.

Applies to