Class OrchestrationServiceStateAction

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

public final class OrchestrationServiceStateAction extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceStateAction>
The action to be performed.
  • Field Details

  • Constructor Details

    • OrchestrationServiceStateAction

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

    • fromString

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

      Gets known OrchestrationServiceStateAction values.
      Returns:
      known OrchestrationServiceStateAction values.