DedicatedCircuitLinkAuthorizationOperationsExtensions.ListAsync Method

Definition

Lists the specified link authorization for the specified dedicated circuit.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String) As Task(Of 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