ApplicationGatewayOperationsExtensions.BeginSetConfig Method (IApplicationGatewayOperations, String, ApplicationGatewaySetConfiguration)
The Begin Set Application Gateway config operation sets the specified config on the 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 BeginSetConfig(
this IApplicationGatewayOperations operations,
string gatewayName,
ApplicationGatewaySetConfiguration config
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ BeginSetConfig(
IApplicationGatewayOperations^ operations,
String^ gatewayName,
ApplicationGatewaySetConfiguration^ config
)
static member BeginSetConfig :
operations:IApplicationGatewayOperations *
gatewayName:string *
config:ApplicationGatewaySetConfiguration -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function BeginSetConfig (
operations As IApplicationGatewayOperations,
gatewayName As String,
config As ApplicationGatewaySetConfiguration
) As GatewayOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. Gateway name
config
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfigurationRequired. The Begin Set Application Gateway Config operation sets the specified config on the application gateway
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