Class TriggerRuntimeState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TriggerRuntimeState>
com.azure.resourcemanager.datafactory.models.TriggerRuntimeState
public final class TriggerRuntimeState
extends com.azure.core.util.ExpandableStringEnum<TriggerRuntimeState>
Enumerates possible state of Triggers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TriggerRuntimeState
Static value Disabled for TriggerRuntimeState.static final TriggerRuntimeState
Static value Started for TriggerRuntimeState.static final TriggerRuntimeState
Static value Stopped for TriggerRuntimeState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerRuntimeState
fromString
(String name) Creates or finds a TriggerRuntimeState from its string representation.static Collection<TriggerRuntimeState>
values()
Gets known TriggerRuntimeState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STARTED
Static value Started for TriggerRuntimeState. -
STOPPED
Static value Stopped for TriggerRuntimeState. -
DISABLED
Static value Disabled for TriggerRuntimeState.
-
-
Constructor Details
-
TriggerRuntimeState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of TriggerRuntimeState value.
-
-
Method Details
-
fromString
Creates or finds a TriggerRuntimeState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TriggerRuntimeState.
-
values
Gets known TriggerRuntimeState values.- Returns:
- known TriggerRuntimeState values.
-
fromString(String)
factory method.