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