IApplicationGatewayOperations::BeginCreateApplicationGatewayAsync Method (CreateApplicationGatewayParameters^, CancellationToken)

 

The Begin Create Application Gateway operation creates Application Gateway with the specified parameters. (see http://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)

Task<GatewayOperationResponse^>^ BeginCreateApplicationGatewayAsync(
	CreateApplicationGatewayParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

parameters
Type: Microsoft.WindowsAzure.Management.Network.Models::CreateApplicationGatewayParameters^

Parameters supplied to the Begin CreateApplication Gateway request.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<GatewayOperationResponse^>^

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

Return to top
Show: