RuleQueryStringCachingBehavior type
Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.
KnownRuleQueryStringCachingBehavior can be used interchangeably with RuleQueryStringCachingBehavior,
this enum contains the known values that the service supports.
Known values supported by the service
IgnoreQueryString
UseQueryString
IgnoreSpecifiedQueryStrings
IncludeSpecifiedQueryStrings
type RuleQueryStringCachingBehavior = string