Class OrchestratorInstanceState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestratorInstanceState>
com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState

public final class OrchestratorInstanceState extends com.azure.core.util.ExpandableStringEnum<OrchestratorInstanceState>
The current state of orchestratorInstance resource.
  • Field Details

  • Constructor Details

    • OrchestratorInstanceState

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

    • fromString

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

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