Class PluginCurrentState


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

      • 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 Detail

      • PluginCurrentState

        public PluginCurrentState()
    • Method Detail

      • 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.