Uses of Class
com.azure.resourcemanager.cdn.models.AfdRouteCacheConfiguration
Packages that use AfdRouteCacheConfiguration
Package
Description
Package containing the inner data models for CdnManagementClient.
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 AfdRouteCacheConfigurationModifier and TypeMethodDescriptionRouteInner.cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.RouteUpdatePropertiesParameters.cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type AfdRouteCacheConfigurationModifier and TypeMethodDescriptionRouteInner.withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration for this route.RouteProperties.withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration for this route.RouteUpdatePropertiesParameters.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 AfdRouteCacheConfigurationModifier and TypeMethodDescriptionRouteUpdateParameters.cacheConfiguration()Get the cacheConfiguration property: The caching configuration for this route.static AfdRouteCacheConfigurationAfdRouteCacheConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdRouteCacheConfiguration from the JsonReader.AfdRouteCacheConfiguration.withCompressionSettings(CompressionSettings compressionSettings) Set the compressionSettings property: compression settings.AfdRouteCacheConfiguration.withQueryParameters(String queryParameters) Set the queryParameters property: query parameters to include or exclude (comma separated).AfdRouteCacheConfiguration.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 AfdRouteCacheConfigurationModifier and TypeMethodDescriptionRouteUpdateParameters.withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration for this route.