Uses of Class
com.azure.resourcemanager.frontdoor.models.HeaderAction
Packages that use HeaderAction
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of HeaderAction in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return HeaderActionModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type HeaderActionModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type HeaderActionModifier 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.