Class SkuFamily
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SkuFamily>
com.microsoft.azure.management.redis.SkuFamily
Defines values for SkuFamily.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SkuFamily
fromString
(String name) Creates or finds a SkuFamily from its string representation.static Collection<SkuFamily>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
- Returns:
- known SkuFamily values
-