DedicatedCircuitLinkAuthorizationOperationsExtensions.List Method

Definition

Lists the specified link authorization for the specified dedicated circuit.

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse List (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey);
static member List : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse
<Extension()>
Public Function List (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String) As DedicatedCircuitLinkAuthorizationListResponse

Parameters

operations
IDedicatedCircuitLinkAuthorizationOperations

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

serviceKey
String

Required. The service key representing the circuit.

Returns

List link authorization operation response.

Applies to