Uses of Class
com.azure.resourcemanager.frontdoor.models.HeaderAction
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of HeaderAction in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionHeaderAction.withHeaderActionType
(HeaderActionType headerActionType) Set the headerActionType property: Which type of manipulation to apply to the header.HeaderAction.withHeaderName
(String headerName) Set the headerName property: The name of the header this action will apply to.Set the value property: The value to update the given header name with.Modifier and TypeMethodDescriptionRulesEngineAction.requestHeaderActions()
Get the requestHeaderActions property: A list of header actions to apply from the request from AFD to the origin.RulesEngineAction.responseHeaderActions()
Get the responseHeaderActions property: A list of header actions to apply from the response from AFD to the client.Modifier and TypeMethodDescriptionRulesEngineAction.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.