Class EvaluationState

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

public final class EvaluationState extends com.azure.core.util.ExpandableStringEnum<EvaluationState>
Connectivity analysis evaluation state.
  • Field Details

    • NOT_STARTED

      public static final EvaluationState NOT_STARTED
      Static value NotStarted for EvaluationState.
    • IN_PROGRESS

      public static final EvaluationState IN_PROGRESS
      Static value InProgress for EvaluationState.
    • COMPLETED

      public static final EvaluationState COMPLETED
      Static value Completed for EvaluationState.
  • Constructor Details

    • EvaluationState

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

    • fromString

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

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