IApplicationGatewayOperations.BeginCreateApplicationGatewayAsync Method (CreateApplicationGatewayParameters, CancellationToken)
The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> BeginCreateApplicationGatewayAsync(
CreateApplicationGatewayParameters parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginCreateApplicationGatewayAsync(
CreateApplicationGatewayParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginCreateApplicationGatewayAsync :
parameters:CreateApplicationGatewayParameters *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginCreateApplicationGatewayAsync (
parameters As CreateApplicationGatewayParameters,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParametersParameters supplied to the Begin CreateApplication Gateway request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top