Uses of Class
com.microsoft.azure.management.cdn.CacheExpirationActionParameters
Packages that use CacheExpirationActionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CacheExpirationActionParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return CacheExpirationActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheExpirationAction.parameters()
Get defines the parameters for the action.CacheExpirationActionParameters.withCacheBehavior
(CacheBehavior cacheBehavior) Set caching behavior for the requests.CacheExpirationActionParameters.withCacheDuration
(String cacheDuration) Set the duration for which the content needs to be cached.CacheExpirationActionParameters.withCacheType
(String cacheType) Set the level at which the content needs to be cached.CacheExpirationActionParameters.withOdatatype
(String odatatype) Set the odatatype value.Methods in com.microsoft.azure.management.cdn with parameters of type CacheExpirationActionParametersModifier and TypeMethodDescriptionDeliveryRuleCacheExpirationAction.withParameters
(CacheExpirationActionParameters parameters) Set defines the parameters for the action.