DedicatedCircuitLinkAuthorizationOperationsExtensions.GetAsync Method

Definition

Gets the link authorization for the specified dedicated circuit.

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

Parameters

operations
IDedicatedCircuitLinkAuthorizationOperations

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

serviceKey
String

Required. The service key representing the circuit.

authId
String

Required. The GUID representing the authorization

Returns

Get link authorization operation response.

Applies to