Share via


RulesEngineAction.RequestHeaderActions Property

Definition

Gets or sets a list of header actions to apply from the request from AFD to the origin.

[Newtonsoft.Json.JsonProperty(PropertyName="requestHeaderActions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> RequestHeaderActions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestHeaderActions")>]
member this.RequestHeaderActions : System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.HeaderAction> with get, set
Public Property RequestHeaderActions As IList(Of HeaderAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to