Class PlatformType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PlatformType>
com.azure.resourcemanager.databoxedge.models.PlatformType

public final class PlatformType extends com.azure.core.util.ExpandableStringEnum<PlatformType>
Host OS supported by the IoT role.
  • Field Details

    • WINDOWS

      public static final PlatformType WINDOWS
      Static value Windows for PlatformType.
    • LINUX

      public static final PlatformType LINUX
      Static value Linux for PlatformType.
  • Constructor Details

    • PlatformType

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

    • fromString

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

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