Class LivePipelineState


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

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

      • LivePipelineState

        public LivePipelineState()
    • Method Detail

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