java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeviceType>
com.azure.resourcemanager.hybridnetwork.models.DeviceType

public final class DeviceType extends com.azure.core.util.ExpandableStringEnum<DeviceType>
The type of the device.
  • Field Details

    • UNKNOWN

      public static final DeviceType UNKNOWN
      Static value Unknown for DeviceType.
    • AZURE_STACK_EDGE

      public static final DeviceType AZURE_STACK_EDGE
      Static value AzureStackEdge for DeviceType.
  • Constructor Details

    • DeviceType

      public DeviceType()
  • Method Details

    • fromString

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

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