Class Tier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Tier>
com.azure.resourcemanager.peering.models.Tier
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The tier of the peering SKU.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TierfromString(String name) Creates or finds a Tier from its string representation.static Collection<Tier> values()Gets known Tier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BASIC
Static value Basic for Tier. -
PREMIUM
Static value Premium for Tier.
-
-
Constructor Details
-
Tier
Deprecated.Use thefromString(String)factory method.Creates a new instance of Tier value.
-
-
Method Details
-
fromString
Creates or finds a Tier from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Tier.
-
values
Gets known Tier values.- Returns:
- known Tier values.
-
fromString(String)factory method.