Class OrchestrationServiceState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationServiceState>
com.azure.resourcemanager.compute.models.OrchestrationServiceState

public final class OrchestrationServiceState extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceState>
The current state of the service.
  • Field Details

  • Constructor Details

    • OrchestrationServiceState

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

    • fromString

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

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