Class ProviderStackOsType


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

      • WINDOWS

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

        public static final ProviderStackOsType LINUX
        Static value Linux for ProviderStackOsType.
    • Constructor Detail

      • ProviderStackOsType

        public ProviderStackOsType()
    • Method Detail

      • fromString

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