ArmFrontDoorModelFactory.RulesEngineHeaderAction Method

Definition

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.

Applies to