IAuthorizedDedicatedCircuitOperations.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.AuthorizedDedicatedCircuitListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of AuthorizedDedicatedCircuitListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Authorized Dedicated Circuit operation response.

Applies to