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