DedicatedCircuitLinkAuthorizationOperationsExtensions.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.
Gets the specified link authorization for the specified dedicated circuit.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewResponse> NewAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters parameters);
static member NewAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkAuthorizationNewResponse>
<Extension()>
Public Function NewAsync (operations As IDedicatedCircuitLinkAuthorizationOperations, serviceKey As String, parameters As DedicatedCircuitLinkAuthorizationNewParameters) As Task(Of DedicatedCircuitLinkAuthorizationNewResponse)
Parameters
- operations
- IDedicatedCircuitLinkAuthorizationOperations
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkAuthorizationOperations.
- serviceKey
- String
Required. The service key representing the circuit.
Required. Parameters supplied to the new Dedicated Circuit link authorization operation.
Returns
Get link authorization operation response.
Applies to
Azure SDK for .NET