ArmFrontDoorModelFactory.RulesEngineAction Method
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.
public static Azure.ResourceManager.FrontDoor.Models.RulesEngineAction RulesEngineAction(System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderAction> requestHeaderActions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderAction> responseHeaderActions = default, Azure.ResourceManager.FrontDoor.Models.RouteConfiguration routeConfigurationOverride = default);
static member RulesEngineAction : seq<Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderAction> * seq<Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderAction> * Azure.ResourceManager.FrontDoor.Models.RouteConfiguration -> Azure.ResourceManager.FrontDoor.Models.RulesEngineAction
Public Shared Function RulesEngineAction (Optional requestHeaderActions As IEnumerable(Of RulesEngineHeaderAction) = Nothing, Optional responseHeaderActions As IEnumerable(Of RulesEngineHeaderAction) = Nothing, Optional routeConfigurationOverride As RouteConfiguration = Nothing) As RulesEngineAction
Parameters
- requestHeaderActions
- IEnumerable<RulesEngineHeaderAction>
A list of header actions to apply from the request from AFD to the origin.
- responseHeaderActions
- IEnumerable<RulesEngineHeaderAction>
A list of header actions to apply from the response from AFD to the client.
- routeConfigurationOverride
- RouteConfiguration
Override the route configuration.
Returns
A new RulesEngineAction instance for mocking.