ApplicationGatewayOperationsExtensions::BeginSetConfigAsync Method (IApplicationGatewayOperations^, String^, ApplicationGatewaySetConfiguration^)
The Begin Set Application Gateway config operation sets the specified config on the application gateway (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static Task<GatewayOperationResponse^>^ BeginSetConfigAsync( IApplicationGatewayOperations^ operations, String^ gatewayName, ApplicationGatewaySetConfiguration^ config )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
- gatewayName
-
Type:
System::String^
Required. Gateway name
- config
-
Type:
Microsoft.WindowsAzure.Management.Network.Models::ApplicationGatewaySetConfiguration^
Required. The Begin Set Application Gateway Config operation sets the specified config on the application gateway
Return Value
Type: System.Threading.Tasks::Task<GatewayOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: