Uses of Enum Class
com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior
Packages that use AfdQueryStringCachingBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AfdQueryStringCachingBehavior in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return AfdQueryStringCachingBehaviorModifier and TypeMethodDescriptionAfdQueryStringCachingBehavior.fromString
(String value) Parses a serialized value to a AfdQueryStringCachingBehavior instance.RouteUpdateParameters.queryStringCachingBehavior()
Get defines how CDN caches requests that include query strings.Returns the enum constant of this class with the specified name.static AfdQueryStringCachingBehavior[]
AfdQueryStringCachingBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.cdn with parameters of type AfdQueryStringCachingBehaviorModifier and TypeMethodDescriptionRouteUpdateParameters.withQueryStringCachingBehavior
(AfdQueryStringCachingBehavior queryStringCachingBehavior) Set defines how CDN caches requests that include query strings.