Class CacheBehavior
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<CacheBehavior>
-
- com.azure.resourcemanager.cdn.models.CacheBehavior
-
public final class CacheBehavior extends com.azure.core.util.ExpandableStringEnum<CacheBehavior>
Defines values for CacheBehavior.
-
-
Field Summary
Fields Modifier and Type Field Description static CacheBehaviorBYPASS_CACHEStatic value BypassCache for CacheBehavior.static CacheBehaviorOVERRIDEStatic value Override for CacheBehavior.static CacheBehaviorSET_IF_MISSINGStatic value SetIfMissing for CacheBehavior.
-
Constructor Summary
Constructors Constructor Description CacheBehavior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheBehaviorfromString(String name)Creates or finds a CacheBehavior from its string representation.static Collection<CacheBehavior>values()
-
-
-
Field Detail
-
BYPASS_CACHE
public static final CacheBehavior BYPASS_CACHE
Static value BypassCache for CacheBehavior.
-
OVERRIDE
public static final CacheBehavior OVERRIDE
Static value Override for CacheBehavior.
-
SET_IF_MISSING
public static final CacheBehavior SET_IF_MISSING
Static value SetIfMissing for CacheBehavior.
-
-
Method Detail
-
fromString
public static CacheBehavior fromString(String name)
Creates or finds a CacheBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CacheBehavior.
-
values
public static Collection<CacheBehavior> values()
- Returns:
- known CacheBehavior values.
-
-