Uses of Class
com.azure.resourcemanager.cdn.models.AfdRouteCacheConfiguration
-
Packages that use AfdRouteCacheConfiguration Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AfdRouteCacheConfiguration in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdRouteCacheConfiguration Modifier and Type Method Description AfdRouteCacheConfigurationRouteInner. cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.AfdRouteCacheConfigurationRouteUpdatePropertiesParameters. cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type AfdRouteCacheConfiguration Modifier and Type Method Description RouteInnerRouteInner. withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration for this route.RoutePropertiesRouteProperties. withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration for this route.RouteUpdatePropertiesParametersRouteUpdatePropertiesParameters. withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration for this route. -
Uses of AfdRouteCacheConfiguration in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdRouteCacheConfiguration Modifier and Type Method Description AfdRouteCacheConfigurationRouteUpdateParameters. cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.AfdRouteCacheConfigurationAfdRouteCacheConfiguration. withCompressionSettings(Object compressionSettings)Set the compressionSettings property: compression settings.AfdRouteCacheConfigurationAfdRouteCacheConfiguration. withQueryParameters(String queryParameters)Set the queryParameters property: query parameters to include or exclude (comma separated).AfdRouteCacheConfigurationAfdRouteCacheConfiguration. withQueryStringCachingBehavior(AfdQueryStringCachingBehavior queryStringCachingBehavior)Set the queryStringCachingBehavior property: Defines how Frontdoor caches requests that include query strings.Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdRouteCacheConfiguration Modifier and Type Method Description RouteUpdateParametersRouteUpdateParameters. withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration for this route.
-