ArmFrontDoorModelFactory.RulesEngineHeaderAction 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.RulesEngineHeaderAction RulesEngineHeaderAction(Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderActionType headerActionType = default, string headerName = default, string value = default);
static member RulesEngineHeaderAction : Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderActionType * string * string -> Azure.ResourceManager.FrontDoor.Models.RulesEngineHeaderAction
Public Shared Function RulesEngineHeaderAction (Optional headerActionType As RulesEngineHeaderActionType = Nothing, Optional headerName As String = Nothing, Optional value As String = Nothing) As RulesEngineHeaderAction
Parameters
- headerActionType
- RulesEngineHeaderActionType
Which type of manipulation to apply to the header.
- headerName
- String
The name of the header this action will apply to.
- value
- String
The value to update the given header name with. This value is not used if the actionType is Delete.
Returns
A new RulesEngineHeaderAction instance for mocking.