Uses of Class
com.microsoft.azure.management.cdn.CacheExpirationActionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CacheExpirationActionParameters in com.microsoft.azure.management.cdn
Modifier 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.Modifier and TypeMethodDescriptionDeliveryRuleCacheExpirationAction.withParameters
(CacheExpirationActionParameters parameters) Set defines the parameters for the action.