Uses of Class
com.azure.resourcemanager.cdn.models.CacheBehavior
Packages that use CacheBehavior
Package
Description
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 CacheBehaviorModifier and TypeFieldDescriptionstatic final CacheBehaviorCacheBehavior.BYPASS_CACHEStatic value BypassCache for CacheBehavior.static final CacheBehaviorCacheBehavior.OVERRIDEStatic value Override for CacheBehavior.static final CacheBehaviorCacheBehavior.SET_IF_MISSINGStatic value SetIfMissing for CacheBehavior.Methods in com.azure.resourcemanager.cdn.models that return CacheBehaviorModifier and TypeMethodDescriptionCacheExpirationActionParameters.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 CacheBehaviorModifier and TypeMethodDescriptionstatic Collection<CacheBehavior> CacheBehavior.values()Gets known CacheBehavior values.Methods in com.azure.resourcemanager.cdn.models with parameters of type CacheBehaviorModifier and TypeMethodDescriptionCacheExpirationActionParameters.withCacheBehavior(CacheBehavior cacheBehavior) Set the cacheBehavior property: Caching behavior for the requests.