Class GraphRunbookType

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

public final class GraphRunbookType extends com.azure.core.util.ExpandableStringEnum<GraphRunbookType>
Runbook Type.
  • Field Details

    • GRAPH_POWER_SHELL

      public static final GraphRunbookType GRAPH_POWER_SHELL
      Static value GraphPowerShell for GraphRunbookType.
    • GRAPH_POWER_SHELL_WORKFLOW

      public static final GraphRunbookType GRAPH_POWER_SHELL_WORKFLOW
      Static value GraphPowerShellWorkflow for GraphRunbookType.
  • Constructor Details

    • GraphRunbookType

      public GraphRunbookType()
  • Method Details

    • fromString

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

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