Uses of Class
com.azure.resourcemanager.cdn.models.CacheExpirationActionParameters
Packages that use CacheExpirationActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CacheExpirationActionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type CacheExpirationActionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for the cache expiration action.Methods in com.azure.resourcemanager.cdn.models that return CacheExpirationActionParametersModifier and TypeMethodDescriptionCacheExpirationActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheExpirationActionParameters from the JsonReader.DeliveryRuleCacheExpirationAction.parameters()Get the parameters property: Defines the parameters for the action.CacheExpirationActionParameters.withCacheBehavior(CacheBehavior cacheBehavior) Set the cacheBehavior property: Caching behavior for the requests.CacheExpirationActionParameters.withCacheDuration(String cacheDuration) Set the cacheDuration property: The duration for which the content needs to be cached.CacheExpirationActionParameters.withCacheType(CacheType cacheType) Set the cacheType property: The level at which the content needs to be cached.CacheExpirationActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheExpirationActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheExpirationAction.withParameters(CacheExpirationActionParameters parameters) Set the parameters property: Defines the parameters for the action.