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