Class LivePipelineState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LivePipelineState>
com.azure.media.videoanalyzer.edge.models.LivePipelineState

public final class LivePipelineState extends ExpandableStringEnum<LivePipelineState>
Defines values for LivePipelineState.
  • Field Details

    • INACTIVE

      public static final LivePipelineState INACTIVE
      Static value inactive for LivePipelineState.
    • ACTIVATING

      public static final LivePipelineState ACTIVATING
      Static value activating for LivePipelineState.
    • ACTIVE

      public static final LivePipelineState ACTIVE
      Static value active for LivePipelineState.
    • DEACTIVATING

      public static final LivePipelineState DEACTIVATING
      Static value deactivating for LivePipelineState.
  • Constructor Details

    • LivePipelineState

      public LivePipelineState()
  • Method Details

    • fromString

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

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