DedicatedCircuitLinkOperationsExtensions.List 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 Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse List (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey);
static member List : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse
<Extension()>
Public Function List (operations As IDedicatedCircuitLinkOperations, serviceKey As String) As 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