通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkInterfaceAuxiliaryMode Class

public final class NetworkInterfaceAuxiliaryMode
extends ExpandableStringEnum<NetworkInterfaceAuxiliaryMode>

Specifies whether the Auxiliary mode is enabled for the Network Interface resource.

Field Summary

Modifier and Type Field and Description
static final NetworkInterfaceAuxiliaryMode ACCELERATED_CONNECTIONS

Static value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.

static final NetworkInterfaceAuxiliaryMode FLOATING

Static value Floating for NetworkInterfaceAuxiliaryMode.

static final NetworkInterfaceAuxiliaryMode NONE

Static value None for NetworkInterfaceAuxiliaryMode.

Constructor Summary

Constructor Description
NetworkInterfaceAuxiliaryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkInterfaceAuxiliaryMode value.

Method Summary

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

Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.

static Collection<NetworkInterfaceAuxiliaryMode> values()

Gets known NetworkInterfaceAuxiliaryMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACCELERATED_CONNECTIONS

public static final NetworkInterfaceAuxiliaryMode ACCELERATED_CONNECTIONS

Static value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.

FLOATING

public static final NetworkInterfaceAuxiliaryMode FLOATING

Static value Floating for NetworkInterfaceAuxiliaryMode.

NONE

public static final NetworkInterfaceAuxiliaryMode NONE

Static value None for NetworkInterfaceAuxiliaryMode.

Constructor Details

NetworkInterfaceAuxiliaryMode

@Deprecated
public NetworkInterfaceAuxiliaryMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NetworkInterfaceAuxiliaryMode value.

Method Details

fromString

public static NetworkInterfaceAuxiliaryMode fromString(String name)

Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NetworkInterfaceAuxiliaryMode.

values

public static Collection<NetworkInterfaceAuxiliaryMode> values()

Gets known NetworkInterfaceAuxiliaryMode values.

Returns:

known NetworkInterfaceAuxiliaryMode values.

Applies to