Class ExpressRoutePeeringType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringType>
com.azure.resourcemanager.network.models.ExpressRoutePeeringType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpressRoutePeeringType
extends com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringType>
The peering type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRoutePeeringTypeStatic value AzurePrivatePeering for ExpressRoutePeeringType.static final ExpressRoutePeeringTypeStatic value AzurePublicPeering for ExpressRoutePeeringType.static final ExpressRoutePeeringTypeStatic value MicrosoftPeering for ExpressRoutePeeringType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressRoutePeeringTypefromString(String name) Creates or finds a ExpressRoutePeeringType from its string representation.static Collection<ExpressRoutePeeringType> values()Gets known ExpressRoutePeeringType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_PUBLIC_PEERING
Static value AzurePublicPeering for ExpressRoutePeeringType. -
AZURE_PRIVATE_PEERING
Static value AzurePrivatePeering for ExpressRoutePeeringType. -
MICROSOFT_PEERING
Static value MicrosoftPeering for ExpressRoutePeeringType.
-
-
Constructor Details
-
ExpressRoutePeeringType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRoutePeeringType value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRoutePeeringType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRoutePeeringType.
-
values
Gets known ExpressRoutePeeringType values.- Returns:
- known ExpressRoutePeeringType values.
-
fromString(String)factory method.