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>
Defines values for ExpressRouteLinkConnectorType.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressRouteLinkConnectorTypeLCStatic value LC for ExpressRouteLinkConnectorType.static ExpressRouteLinkConnectorTypeSCStatic value SC for ExpressRouteLinkConnectorType.
-
Constructor Summary
Constructors Constructor Description ExpressRouteLinkConnectorType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressRouteLinkConnectorTypefromString(String name)Creates or finds a ExpressRouteLinkConnectorType from its string representation.static Collection<ExpressRouteLinkConnectorType>values()
-
-
-
Field Detail
-
LC
public static final ExpressRouteLinkConnectorType LC
Static value LC for ExpressRouteLinkConnectorType.
-
SC
public static final ExpressRouteLinkConnectorType SC
Static value SC for ExpressRouteLinkConnectorType.
-
-
Method Detail
-
fromString
public static ExpressRouteLinkConnectorType fromString(String name)
Creates or finds a ExpressRouteLinkConnectorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkConnectorType.
-
values
public static Collection<ExpressRouteLinkConnectorType> values()
- Returns:
- known ExpressRouteLinkConnectorType values.
-
-