Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineAction
Packages that use RulesEngineAction
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineAction in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return RulesEngineActionModifier and TypeMethodDescriptionRulesEngineRule.action()Get the action property: Actions to perform on the request and response if all of the match conditions are met.RulesEngineAction.withRequestHeaderActions(List<HeaderAction> requestHeaderActions) Set the requestHeaderActions property: A list of header actions to apply from the request from AFD to the origin.RulesEngineAction.withResponseHeaderActions(List<HeaderAction> responseHeaderActions) Set the responseHeaderActions property: A list of header actions to apply from the response from AFD to the client.RulesEngineAction.withRouteConfigurationOverride(RouteConfiguration routeConfigurationOverride) Set the routeConfigurationOverride property: Override the route configuration.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type RulesEngineActionModifier and TypeMethodDescriptionRulesEngineRule.withAction(RulesEngineAction action) Set the action property: Actions to perform on the request and response if all of the match conditions are met.