ApplicationGatewayOperationsExtensions::BeginExecuteOperation Method (IApplicationGatewayOperations^, String^, ApplicationGatewayOperation^)

 

The Execute Application Gateway Operation executes specified operation on Application Gateway . (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 GatewayOperationResponse^ BeginExecuteOperation(
	IApplicationGatewayOperations^ operations,
	String^ gatewayName,
	ApplicationGatewayOperation^ parameters
)

Parameters

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

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

gatewayName
Type: System::String^

Required. Name of the gateway

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

Required. Parameters supplied to the Begin Execute Operation request.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models::GatewayOperationResponse^

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

Return to top
Show: