Class CacheBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CacheBehavior>
com.azure.resourcemanager.cdn.models.CacheBehavior
Caching behavior for the requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CacheBehaviorStatic value BypassCache for CacheBehavior.static final CacheBehaviorStatic value Override for CacheBehavior.static final CacheBehaviorStatic value SetIfMissing for CacheBehavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CacheBehaviorfromString(String name) Creates or finds a CacheBehavior from its string representation.static Collection<CacheBehavior>values()Gets known CacheBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BYPASS_CACHE
Static value BypassCache for CacheBehavior. -
OVERRIDE
Static value Override for CacheBehavior. -
SET_IF_MISSING
Static value SetIfMissing for CacheBehavior.
-
-
Constructor Details
-
CacheBehavior
public CacheBehavior()
-
-
Method Details
-
fromString
Creates or finds a CacheBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CacheBehavior.
-
values
Gets known CacheBehavior values.- Returns:
- known CacheBehavior values.
-