Class ExpressRouteLinkConnectorType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkConnectorType>
com.azure.resourcemanager.network.models.ExpressRouteLinkConnectorType
public final class ExpressRouteLinkConnectorType
extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkConnectorType>
Physical fiber port type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRouteLinkConnectorTypeStatic value LC for ExpressRouteLinkConnectorType.static final ExpressRouteLinkConnectorTypeStatic value SC for ExpressRouteLinkConnectorType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExpressRouteLinkConnectorType from its string representation.values()Gets known ExpressRouteLinkConnectorType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LC
Static value LC for ExpressRouteLinkConnectorType. -
SC
Static value SC for ExpressRouteLinkConnectorType.
-
-
Constructor Details
-
ExpressRouteLinkConnectorType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRouteLinkConnectorType value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRouteLinkConnectorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkConnectorType.
-
values
Gets known ExpressRouteLinkConnectorType values.- Returns:
- known ExpressRouteLinkConnectorType values.
-
fromString(String)factory method.