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