Uses of Class
com.azure.resourcemanager.cdn.models.CacheBehavior
-
Packages that use CacheBehavior Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CacheBehavior in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as CacheBehavior Modifier and Type Field Description static CacheBehaviorCacheBehavior. BYPASS_CACHEStatic value BypassCache for CacheBehavior.static CacheBehaviorCacheBehavior. OVERRIDEStatic value Override for CacheBehavior.static CacheBehaviorCacheBehavior. SET_IF_MISSINGStatic value SetIfMissing for CacheBehavior.Methods in com.azure.resourcemanager.cdn.models that return CacheBehavior Modifier and Type Method Description CacheBehaviorCacheExpirationActionParameters. cacheBehavior()Get the cacheBehavior property: Caching behavior for the requests.static CacheBehaviorCacheBehavior. fromString(String name)Creates or finds a CacheBehavior from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CacheBehavior Modifier and Type Method Description static Collection<CacheBehavior>CacheBehavior. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheBehavior Modifier and Type Method Description CacheExpirationActionParametersCacheExpirationActionParameters. withCacheBehavior(CacheBehavior cacheBehavior)Set the cacheBehavior property: Caching behavior for the requests.
-