RulesEngineAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RulesEngineAction() |
Initializes a new instance of the RulesEngineAction class. |
RulesEngineAction(IList<HeaderAction>, IList<HeaderAction>, RouteConfiguration) |
Initializes a new instance of the RulesEngineAction class. |
RulesEngineAction()
Initializes a new instance of the RulesEngineAction class.
public RulesEngineAction ();
Public Sub New ()
Applies to
RulesEngineAction(IList<HeaderAction>, IList<HeaderAction>, RouteConfiguration)
Initializes a new instance of the RulesEngineAction class.
public RulesEngineAction (System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> requestHeaderActions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> responseHeaderActions = default, Microsoft.Azure.Management.FrontDoor.Models.RouteConfiguration routeConfigurationOverride = default);
new Microsoft.Azure.Management.FrontDoor.Models.RulesEngineAction : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> * Microsoft.Azure.Management.FrontDoor.Models.RouteConfiguration -> Microsoft.Azure.Management.FrontDoor.Models.RulesEngineAction
Public Sub New (Optional requestHeaderActions As IList(Of HeaderAction) = Nothing, Optional responseHeaderActions As IList(Of HeaderAction) = Nothing, Optional routeConfigurationOverride As RouteConfiguration = Nothing)
Parameters
- requestHeaderActions
- IList<HeaderAction>
A list of header actions to apply from the request from AFD to the origin.
- responseHeaderActions
- IList<HeaderAction>
A list of header actions to apply from the response from AFD to the client.
- routeConfigurationOverride
- RouteConfiguration
Override the route configuration.