你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RulesEngineAction interface
One or more actions that will execute, modifying the request and/or response.
Properties
request |
A list of header actions to apply from the request from AFD to the origin. |
response |
A list of header actions to apply from the response from AFD to the client. |
route |
Override the route configuration. |
Property Details
requestHeaderActions
A list of header actions to apply from the request from AFD to the origin.
requestHeaderActions?: HeaderAction[]
Property Value
responseHeaderActions
A list of header actions to apply from the response from AFD to the client.
responseHeaderActions?: HeaderAction[]
Property Value
routeConfigurationOverride
Override the route configuration.
routeConfigurationOverride?: RouteConfigurationUnion