DedicatedCircuitOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.