Uses of Class
com.azure.resourcemanager.cdn.models.RuleCacheBehavior
-
Packages that use RuleCacheBehavior Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of RuleCacheBehavior in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as RuleCacheBehavior Modifier and Type Field Description static RuleCacheBehaviorRuleCacheBehavior. HONOR_ORIGINStatic value HonorOrigin for RuleCacheBehavior.static RuleCacheBehaviorRuleCacheBehavior. OVERRIDE_ALWAYSStatic value OverrideAlways for RuleCacheBehavior.static RuleCacheBehaviorRuleCacheBehavior. OVERRIDE_IF_ORIGIN_MISSINGStatic value OverrideIfOriginMissing for RuleCacheBehavior.Methods in com.azure.resourcemanager.cdn.models that return RuleCacheBehavior Modifier and Type Method Description RuleCacheBehaviorCacheConfiguration. cacheBehavior()Get the cacheBehavior property: Caching behavior for the requests.static RuleCacheBehaviorRuleCacheBehavior. fromString(String name)Creates or finds a RuleCacheBehavior from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RuleCacheBehavior Modifier and Type Method Description static Collection<RuleCacheBehavior>RuleCacheBehavior. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type RuleCacheBehavior Modifier and Type Method Description CacheConfigurationCacheConfiguration. withCacheBehavior(RuleCacheBehavior cacheBehavior)Set the cacheBehavior property: Caching behavior for the requests.
-