Class SkuName
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SkuName>
com.microsoft.azure.management.redis.SkuName
Defines values for SkuName.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SkuName
fromString
(String name) Creates or finds a SkuName from its string representation.static Collection<SkuName>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
BASIC
Static value Basic for SkuName. -
STANDARD
Static value Standard for SkuName. -
PREMIUM
Static value Premium for SkuName.
-
-
Constructor Details
-
SkuName
public SkuName()
-
-
Method Details
-
fromString
Creates or finds a SkuName from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SkuName
-
values
- Returns:
- known SkuName values
-