Class ProviderStackOsType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
com.azure.resourcemanager.appservice.models.ProviderStackOsType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

    • WINDOWS

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

      public static final ProviderStackOsType LINUX
      Static value Linux for ProviderStackOsType.
    • ALL

      public static final ProviderStackOsType ALL
      Static value All for ProviderStackOsType.
  • Constructor Details

    • ProviderStackOsType

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

    • 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.
    • values

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