IApplicationGatewayOperations.BeginExecuteOperationAsync Method (String, ApplicationGatewayOperation, CancellationToken)
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
Task<GatewayOperationResponse> BeginExecuteOperationAsync(
string gatewayName,
ApplicationGatewayOperation parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginExecuteOperationAsync(
String^ gatewayName,
ApplicationGatewayOperation^ parameters,
CancellationToken cancellationToken
)
abstract BeginExecuteOperationAsync :
gatewayName:string *
parameters:ApplicationGatewayOperation *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginExecuteOperationAsync (
gatewayName As String,
parameters As ApplicationGatewayOperation,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
gatewayName
Type: System.StringName of the gateway
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationParameters supplied to the Begin Execute Operation 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