ExpressRouteLinkAdminState Class

public final class ExpressRouteLinkAdminState
extends ExpandableStringEnum<ExpressRouteLinkAdminState>

Administrative state of the physical port.

Field Summary

Modifier and Type Field and Description
static final ExpressRouteLinkAdminState DISABLED

Static value Disabled for ExpressRouteLinkAdminState.

static final ExpressRouteLinkAdminState ENABLED

Static value Enabled for ExpressRouteLinkAdminState.

Constructor Summary

Constructor Description
ExpressRouteLinkAdminState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLinkAdminState value.

Method Summary

Modifier and Type Method and Description
static ExpressRouteLinkAdminState fromString(String name)

Creates or finds a ExpressRouteLinkAdminState from its string representation.

static Collection<ExpressRouteLinkAdminState> values()

Gets known ExpressRouteLinkAdminState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final ExpressRouteLinkAdminState DISABLED

Static value Disabled for ExpressRouteLinkAdminState.

ENABLED

public static final ExpressRouteLinkAdminState ENABLED

Static value Enabled for ExpressRouteLinkAdminState.

Constructor Details

ExpressRouteLinkAdminState

@Deprecated
public ExpressRouteLinkAdminState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLinkAdminState value.

Method Details

fromString

public static ExpressRouteLinkAdminState fromString(String name)

Creates or finds a ExpressRouteLinkAdminState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpressRouteLinkAdminState.

values

public static Collection values()

Gets known ExpressRouteLinkAdminState values.

Returns:

known ExpressRouteLinkAdminState values.

Applies to