ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGateway Method (IApplicationGatewayOperations, String, UpdateApplicationGatewayParameters)
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
public static GatewayOperationResponse BeginUpdateApplicationGateway(
this IApplicationGatewayOperations operations,
string gatewayName,
UpdateApplicationGatewayParameters updateParameters
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ BeginUpdateApplicationGateway(
IApplicationGatewayOperations^ operations,
String^ gatewayName,
UpdateApplicationGatewayParameters^ updateParameters
)
static member BeginUpdateApplicationGateway :
operations:IApplicationGatewayOperations *
gatewayName:string *
updateParameters:UpdateApplicationGatewayParameters -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function BeginUpdateApplicationGateway (
operations As IApplicationGatewayOperations,
gatewayName As String,
updateParameters As UpdateApplicationGatewayParameters
) As GatewayOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. Gateway name
updateParameters
Type: Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParametersRequired. Parameters supplied to the Begin UpdateApplication Gateway 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