Class PluginCurrentState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PluginCurrentState>
com.azure.analytics.synapse.artifacts.models.PluginCurrentState

public final class PluginCurrentState extends com.azure.core.util.ExpandableStringEnum<PluginCurrentState>
Defines values for PluginCurrentState.
  • Field Details

    • PREPARATION

      public static final PluginCurrentState PREPARATION
      Static value Preparation for PluginCurrentState.
    • RESOURCE_ACQUISITION

      public static final PluginCurrentState RESOURCE_ACQUISITION
      Static value ResourceAcquisition for PluginCurrentState.
    • QUEUED

      public static final PluginCurrentState QUEUED
      Static value Queued for PluginCurrentState.
    • SUBMISSION

      public static final PluginCurrentState SUBMISSION
      Static value Submission for PluginCurrentState.
    • MONITORING

      public static final PluginCurrentState MONITORING
      Static value Monitoring for PluginCurrentState.
    • CLEANUP

      public static final PluginCurrentState CLEANUP
      Static value Cleanup for PluginCurrentState.
    • ENDED

      public static final PluginCurrentState ENDED
      Static value Ended for PluginCurrentState.
  • Constructor Details

    • PluginCurrentState

      public PluginCurrentState()
  • Method Details

    • fromString

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

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