public final class ExpressRouteLinkConnectorType extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkConnectorType>
| Modifier and Type | Field and Description |
|---|---|
static ExpressRouteLinkConnectorType |
LC
Static value LC for ExpressRouteLinkConnectorType.
|
static ExpressRouteLinkConnectorType |
SC
Static value SC for ExpressRouteLinkConnectorType.
|
| Constructor and Description |
|---|
ExpressRouteLinkConnectorType() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressRouteLinkConnectorType |
fromString(String name)
Creates or finds a ExpressRouteLinkConnectorType from its string representation.
|
static Collection<ExpressRouteLinkConnectorType> |
values() |
public static final ExpressRouteLinkConnectorType LC
public static final ExpressRouteLinkConnectorType SC
public static ExpressRouteLinkConnectorType fromString(String name)
name - a name to look for.public static Collection<ExpressRouteLinkConnectorType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.