IApplicationGatewayOperations.BeginUpdateApplicationGatewayAsync Method (String, UpdateApplicationGatewayParameters, CancellationToken)
The Begin Update Application Gateway operation updates Application Gateway with the specified parameters. (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> BeginUpdateApplicationGatewayAsync(
string gatewayName,
UpdateApplicationGatewayParameters updateParameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginUpdateApplicationGatewayAsync(
String^ gatewayName,
UpdateApplicationGatewayParameters^ updateParameters,
CancellationToken cancellationToken
)
abstract BeginUpdateApplicationGatewayAsync :
gatewayName:string *
updateParameters:UpdateApplicationGatewayParameters *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginUpdateApplicationGatewayAsync (
gatewayName As String,
updateParameters As UpdateApplicationGatewayParameters,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
gatewayName
Type: System.StringGateway name
updateParameters
Type: Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParametersParameters supplied to the Begin UpdateApplication Gateway 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