Class SkuFamily
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuFamily>
com.azure.resourcemanager.redis.models.SkuFamily
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkuFamily
fromString
(String name) Creates or finds a SkuFamily from its string representation.static Collection
<SkuFamily> values()
Gets known SkuFamily values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
C
Static value C for SkuFamily. -
P
Static value P for SkuFamily.
-
-
Constructor Details
-
SkuFamily
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SkuFamily value.
-
-
Method Details
-
fromString
Creates or finds a SkuFamily from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SkuFamily.
-
values
Gets known SkuFamily values.- Returns:
- known SkuFamily values.
-
fromString(String)
factory method.