Class ScriptShellTypes

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

public final class ScriptShellTypes extends com.azure.core.util.ExpandableStringEnum<ScriptShellTypes>
Script shell types.
  • Field Details

    • DEFAULT

      public static final ScriptShellTypes DEFAULT
      Static value Default for ScriptShellTypes.
    • POWERSHELL7

      public static final ScriptShellTypes POWERSHELL7
      Static value Powershell7 for ScriptShellTypes.
  • Constructor Details

    • ScriptShellTypes

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

    • fromString

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

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