DedicatedCircuitOperationsExtensions.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.DedicatedCircuitListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitOperations) As Task(Of DedicatedCircuitListResponse)

Parameters

operations
IDedicatedCircuitOperations

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

Returns

The List Dedicated Circuit operation response.

Applies to