RulesEngineAction.RequestHeaderActions Property
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.
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