Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorQuery
Packages that use FrontDoorQuery
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorQuery in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorQueryModifier and TypeFieldDescriptionstatic final FrontDoorQueryFrontDoorQuery.STRIP_ALLStatic value StripAll for FrontDoorQuery.static final FrontDoorQueryFrontDoorQuery.STRIP_ALL_EXCEPTStatic value StripAllExcept for FrontDoorQuery.static final FrontDoorQueryFrontDoorQuery.STRIP_NONEStatic value StripNone for FrontDoorQuery.static final FrontDoorQueryFrontDoorQuery.STRIP_ONLYStatic value StripOnly for FrontDoorQuery.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorQueryModifier and TypeMethodDescriptionstatic FrontDoorQueryFrontDoorQuery.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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorQueryModifier and TypeMethodDescriptionstatic Collection<FrontDoorQuery>FrontDoorQuery.values()Gets known FrontDoorQuery values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type FrontDoorQueryModifier and TypeMethodDescriptionCacheConfiguration.withQueryParameterStripDirective(FrontDoorQuery queryParameterStripDirective) Set the queryParameterStripDirective property: Treatment of URL query terms when forming the cache key.