DedicatedCircuitLinkAuthorizationMicrosoftIdOperationsExtensions.NewAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Required. Parameters supplied to add new Microsoft Ids
Returns
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET