次の方法で共有


IRulesEngineAction Interface

Definition

[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)

Applies to