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
Methods in com.azure.resourcemanager.cdn.models that return CacheExpirationActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheExpirationAction.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.