DedicatedCircuitLinkOperationsExtensions.ListAsync Method

Definition

The List Dedicated Circuit Links operation retrieves a list of Vnets that are linked to the circuit with the specified service key.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitLinkOperations, serviceKey As String) As Task(Of DedicatedCircuitLinkListResponse)

Parameters

operations
IDedicatedCircuitLinkOperations

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

serviceKey
String

Optional.

Returns

The List Dedicated Circuit Link operation response.

Applies to