Uses of Class
com.azure.resourcemanager.frontdoor.models.HeaderActionType
Packages that use HeaderActionType
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of HeaderActionType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as HeaderActionTypeModifier and TypeFieldDescriptionstatic final HeaderActionTypeHeaderActionType.APPENDStatic value Append for HeaderActionType.static final HeaderActionTypeHeaderActionType.DELETEStatic value Delete for HeaderActionType.static final HeaderActionTypeHeaderActionType.OVERWRITEStatic value Overwrite for HeaderActionType.Methods in com.azure.resourcemanager.frontdoor.models that return HeaderActionTypeModifier and TypeMethodDescriptionstatic HeaderActionTypeHeaderActionType.fromString(String name) Creates or finds a HeaderActionType from its string representation.HeaderAction.headerActionType()Get the headerActionType property: Which type of manipulation to apply to the header.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type HeaderActionTypeModifier and TypeMethodDescriptionstatic Collection<HeaderActionType>HeaderActionType.values()Gets known HeaderActionType values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type HeaderActionTypeModifier and TypeMethodDescriptionHeaderAction.withHeaderActionType(HeaderActionType headerActionType) Set the headerActionType property: Which type of manipulation to apply to the header.