DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.NewAsync Method

Definition

Adds Microsoft Ids to the specified authorization

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> NewAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations operations, string serviceKey, string authId, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters parameters);
static member NewAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations * string * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function NewAsync (operations As IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations, serviceKey As String, authId As String, parameters As DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters) As Task(Of AzureOperationResponse)

Parameters

operations
IDedicatedCircuitLinkAuthorizationMicrosoftIdOperations

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

serviceKey
String

Required. The service key representing the circuit.

authId
String

Required. The GUID representing the authorization

parameters
DedicatedCircuitLinkAuthorizationMicrosoftIdNewParameters

Required. Parameters supplied to add new Microsoft Ids

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to