Class CommandLineSetting

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CommandLineSetting>
com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting

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

    • DO_NOT_ALLOW

      public static final CommandLineSetting DO_NOT_ALLOW
      Static value DoNotAllow for CommandLineSetting.
    • ALLOW

      public static final CommandLineSetting ALLOW
      Static value Allow for CommandLineSetting.
    • REQUIRE

      public static final CommandLineSetting REQUIRE
      Static value Require for CommandLineSetting.
  • Constructor Details

    • CommandLineSetting

      public CommandLineSetting()
  • Method Details

    • fromString

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

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