Class OSType


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

      • LINUX

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

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

      • OSType

        public OSType()
    • Method Detail

      • fromString

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

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