你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RulesEngineAction Class
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.
One or more actions that will execute, modifying the request and/or response.
public class RulesEngineAction
type RulesEngineAction = class
Public Class RulesEngineAction
- Inheritance
-
RulesEngineAction
Constructors
RulesEngineAction() |
Initializes a new instance of the RulesEngineAction class. |
RulesEngineAction(IList<HeaderAction>, IList<HeaderAction>, RouteConfiguration) |
Initializes a new instance of the RulesEngineAction class. |
Properties
RequestHeaderActions |
Gets or sets a list of header actions to apply from the request from AFD to the origin. |
ResponseHeaderActions |
Gets or sets a list of header actions to apply from the response from AFD to the client. |
RouteConfigurationOverride |
Gets or sets override the route configuration. |