Class RedisCacheFamily
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RedisCacheFamily>
com.azure.resourcemanager.workloads.models.RedisCacheFamily
public final class RedisCacheFamily
extends com.azure.core.util.ExpandableStringEnum<RedisCacheFamily>
Defines values for RedisCacheFamily.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RedisCacheFamily
Static value C for RedisCacheFamily.static final RedisCacheFamily
Static value P for RedisCacheFamily. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RedisCacheFamily
fromString
(String name) Creates or finds a RedisCacheFamily from its string representation.static Collection<RedisCacheFamily>
values()
Gets known RedisCacheFamily values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
C
Static value C for RedisCacheFamily. -
P
Static value P for RedisCacheFamily.
-
-
Constructor Details
-
RedisCacheFamily
public RedisCacheFamily()
-
-
Method Details
-
fromString
Creates or finds a RedisCacheFamily from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RedisCacheFamily.
-
values
Gets known RedisCacheFamily values.- Returns:
- known RedisCacheFamily values.
-