DedicatedCircuitLinkAuthorizationOperationsExtensions.UpdateAsync Method

Definition

Updates the specified link authorization for the specified dedicated circuit.

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

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

parameters
DedicatedCircuitLinkAuthorizationUpdateParameters

Required. Parameters supplied to the Update Dedicated Circuit link authorization operation.

Returns

Update link authorization operation response.

Applies to