Uses of Enum Class
com.microsoft.azure.management.cdn.AfdQueryStringCachingBehavior
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AfdQueryStringCachingBehavior in com.microsoft.azure.management.cdn
Modifier 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.Modifier and TypeMethodDescriptionRouteUpdateParameters.withQueryStringCachingBehavior
(AfdQueryStringCachingBehavior queryStringCachingBehavior) Set defines how CDN caches requests that include query strings.