Class ManagementOperationState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagementOperationState>
com.azure.resourcemanager.synapse.models.ManagementOperationState

public final class ManagementOperationState extends com.azure.core.util.ExpandableStringEnum<ManagementOperationState>
The operation state.
  • Field Details

    • PENDING

      public static final ManagementOperationState PENDING
      Static value Pending for ManagementOperationState.
    • IN_PROGRESS

      public static final ManagementOperationState IN_PROGRESS
      Static value InProgress for ManagementOperationState.
    • SUCCEEDED

      public static final ManagementOperationState SUCCEEDED
      Static value Succeeded for ManagementOperationState.
    • FAILED

      public static final ManagementOperationState FAILED
      Static value Failed for ManagementOperationState.
    • CANCEL_IN_PROGRESS

      public static final ManagementOperationState CANCEL_IN_PROGRESS
      Static value CancelInProgress for ManagementOperationState.
    • CANCELLED

      public static final ManagementOperationState CANCELLED
      Static value Cancelled for ManagementOperationState.
  • Constructor Details

    • ManagementOperationState

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

    • fromString

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

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