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 Details

  • Constructor Details

    • NetworkInterfaceNicType

      @Deprecated public NetworkInterfaceNicType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NetworkInterfaceNicType value.
  • Method Details

    • fromString

      public static NetworkInterfaceNicType fromString(String name)
      Creates or finds a NetworkInterfaceNicType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NetworkInterfaceNicType.
    • values

      public static Collection<NetworkInterfaceNicType> values()
      Gets known NetworkInterfaceNicType values.
      Returns:
      known NetworkInterfaceNicType values.