Class OperatingSystemType


  • public final class OperatingSystemType
    extends com.azure.core.util.ExpandableStringEnum<OperatingSystemType>
    Defines values for OperatingSystemType.
    • Field Detail

      • LINUX

        public static final OperatingSystemType LINUX
        Static value Linux for OperatingSystemType.
      • WINDOWS

        public static final OperatingSystemType WINDOWS
        Static value Windows for OperatingSystemType.
    • Constructor Detail

      • OperatingSystemType

        public OperatingSystemType()
    • Method Detail

      • fromString

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

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