Class RunbookTypeEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunbookTypeEnum>
com.azure.resourcemanager.automation.models.RunbookTypeEnum

public final class RunbookTypeEnum extends com.azure.core.util.ExpandableStringEnum<RunbookTypeEnum>
Gets or sets the type of the runbook.
  • Field Details

    • SCRIPT

      public static final RunbookTypeEnum SCRIPT
      Static value Script for RunbookTypeEnum.
    • GRAPH

      public static final RunbookTypeEnum GRAPH
      Static value Graph for RunbookTypeEnum.
    • POWER_SHELL_WORKFLOW

      public static final RunbookTypeEnum POWER_SHELL_WORKFLOW
      Static value PowerShellWorkflow for RunbookTypeEnum.
    • POWER_SHELL

      public static final RunbookTypeEnum POWER_SHELL
      Static value PowerShell for RunbookTypeEnum.
    • GRAPH_POWER_SHELL_WORKFLOW

      public static final RunbookTypeEnum GRAPH_POWER_SHELL_WORKFLOW
      Static value GraphPowerShellWorkflow for RunbookTypeEnum.
    • GRAPH_POWER_SHELL

      public static final RunbookTypeEnum GRAPH_POWER_SHELL
      Static value GraphPowerShell for RunbookTypeEnum.
    • PYTHON2

      public static final RunbookTypeEnum PYTHON2
      Static value Python2 for RunbookTypeEnum.
    • PYTHON3

      public static final RunbookTypeEnum PYTHON3
      Static value Python3 for RunbookTypeEnum.
  • Constructor Details

    • RunbookTypeEnum

      public RunbookTypeEnum()
  • Method Details

    • fromString

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

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