ApplicationGatewayOperationsExtensions.BeginExecuteOperation Method (IApplicationGatewayOperations, String, ApplicationGatewayOperation)
The Execute Application Gateway Operation executes specified operation on Application Gateway . (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
public static GatewayOperationResponse BeginExecuteOperation(
this IApplicationGatewayOperations operations,
string gatewayName,
ApplicationGatewayOperation parameters
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ BeginExecuteOperation(
IApplicationGatewayOperations^ operations,
String^ gatewayName,
ApplicationGatewayOperation^ parameters
)
static member BeginExecuteOperation :
operations:IApplicationGatewayOperations *
gatewayName:string *
parameters:ApplicationGatewayOperation -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function BeginExecuteOperation (
operations As IApplicationGatewayOperations,
gatewayName As String,
parameters As ApplicationGatewayOperation
) As GatewayOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. Name of the gateway
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationRequired. 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.
See Also
ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top