Tier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. hdinsight. models. Tier
- com.
- com.
public final class Tier
extends ExpandableStringEnum<Tier>
The cluster tier.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Tier |
PREMIUM
Static value Premium for Tier. |
| static final Tier |
STANDARD
Static value Standard for Tier. |
Constructor Summary
| Constructor | Description |
|---|---|
| Tier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Tier value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Tier |
fromString(String name)
Creates or finds a Tier from its string representation. |
| static Collection<Tier> |
values()
Gets known Tier values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PREMIUM
public static final Tier PREMIUM
Static value Premium for Tier.
STANDARD
public static final Tier STANDARD
Static value Standard for Tier.
Constructor Details
Tier
@Deprecated
public Tier()
Deprecated
Creates a new instance of Tier value.
Method Details
fromString
public static Tier fromString(String name)
Creates or finds a Tier from its string representation.
Parameters:
Returns:
values
public static Collection<Tier> values()
Gets known Tier values.
Returns: