ApplicationGatewayOperationsExtensions::BeginCreateApplicationGatewayAsync Method (IApplicationGatewayOperations^, CreateApplicationGatewayParameters^)

 

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)

public:
[ExtensionAttribute]
static Task<GatewayOperationResponse^>^ BeginCreateApplicationGatewayAsync(
	IApplicationGatewayOperations^ operations,
	CreateApplicationGatewayParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^

Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.

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

Required. Parameters supplied to the Begin CreateApplication Gateway request.

Return Value

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

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

Return to top
Show: