IRulesEngineAction Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineActionTypeConverter))]
public interface IRulesEngineAction : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.RulesEngineActionTypeConverter))>]
type IRulesEngineAction = interface
interface IJsonSerializable
Public Interface IRulesEngineAction
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| RequestHeaderAction |
A list of header actions to apply from the request from AFD to the origin. |
| ResponseHeaderAction |
A list of header actions to apply from the response from AFD to the client. |
| RouteConfigurationOverride |
Override the route configuration. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |