Class SkuFamily
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuFamily>
com.azure.resourcemanager.redis.models.SkuFamily
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 SkuFamilyfromString(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, hashCode, toString, values
-
Field Details
-
C
Static value C for SkuFamily. -
P
Static value P for SkuFamily.
-
-
Constructor Details
-
SkuFamily
public SkuFamily()
-
-
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.
-