AuthorizedDedicatedCircuitOperationsExtensions.ListAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AuthorizedDedicatedCircuitListResponse>
<Extension()>
Public Function ListAsync (operations As IAuthorizedDedicatedCircuitOperations) As Task(Of AuthorizedDedicatedCircuitListResponse)

Parameters

operations
IAuthorizedDedicatedCircuitOperations

Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IAuthorizedDedicatedCircuitOperations.

Returns

The List Authorized Dedicated Circuit operation response.

Applies to