Class SkuTier
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<SkuTier>
-
- com.microsoft.azure.management.eventhub.SkuTier
-
public final class SkuTier extends com.microsoft.rest.ExpandableStringEnum<SkuTier>
Defines values for SkuTier.
-
-
Constructor Summary
Constructors Constructor Description SkuTier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SkuTierfromString(String name)Creates or finds a SkuTier from its string representation.static Collection<SkuTier>values()
-
-
-
Method Detail
-
fromString
public static SkuTier fromString(String name)
Creates or finds a SkuTier from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding SkuTier
-
values
public static Collection<SkuTier> values()
- Returns:
- known SkuTier values
-
-