Class NetworkInterfaceNicType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkInterfaceNicType>
com.azure.resourcemanager.network.models.NetworkInterfaceNicType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class NetworkInterfaceNicType
extends com.azure.core.util.ExpandableStringEnum<NetworkInterfaceNicType>
Type of Network Interface resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NetworkInterfaceNicTypeStatic value Elastic for NetworkInterfaceNicType.static final NetworkInterfaceNicTypeStatic value Standard for NetworkInterfaceNicType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkInterfaceNicTypefromString(String name) Creates or finds a NetworkInterfaceNicType from its string representation.static Collection<NetworkInterfaceNicType> values()Gets known NetworkInterfaceNicType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for NetworkInterfaceNicType. -
ELASTIC
Static value Elastic for NetworkInterfaceNicType.
-
-
Constructor Details
-
NetworkInterfaceNicType
Deprecated.Use thefromString(String)factory method.Creates a new instance of NetworkInterfaceNicType value.
-
-
Method Details
-
fromString
Creates or finds a NetworkInterfaceNicType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NetworkInterfaceNicType.
-
values
Gets known NetworkInterfaceNicType values.- Returns:
- known NetworkInterfaceNicType values.
-
fromString(String)factory method.