Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorQuery
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorQuery in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final FrontDoorQuery
FrontDoorQuery.STRIP_ALL
Static value StripAll for FrontDoorQuery.static final FrontDoorQuery
FrontDoorQuery.STRIP_ALL_EXCEPT
Static value StripAllExcept for FrontDoorQuery.static final FrontDoorQuery
FrontDoorQuery.STRIP_NONE
Static value StripNone for FrontDoorQuery.static final FrontDoorQuery
FrontDoorQuery.STRIP_ONLY
Static value StripOnly for FrontDoorQuery.Modifier and TypeMethodDescriptionstatic FrontDoorQuery
FrontDoorQuery.fromString
(String name) Creates or finds a FrontDoorQuery from its string representation.CacheConfiguration.queryParameterStripDirective()
Get the queryParameterStripDirective property: Treatment of URL query terms when forming the cache key.Modifier and TypeMethodDescriptionstatic Collection<FrontDoorQuery>
FrontDoorQuery.values()
Gets known FrontDoorQuery values.Modifier and TypeMethodDescriptionCacheConfiguration.withQueryParameterStripDirective
(FrontDoorQuery queryParameterStripDirective) Set the queryParameterStripDirective property: Treatment of URL query terms when forming the cache key.