TriggerRuntimeState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates possible state of Triggers.
public readonly struct TriggerRuntimeState : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.TriggerRuntimeState>
type TriggerRuntimeState = struct
Public Structure TriggerRuntimeState
Implements IEquatable(Of TriggerRuntimeState)
- Inheritance
-
TriggerRuntimeState
- Implements
Constructors
| Name | Description |
|---|---|
| TriggerRuntimeState(String) |
Initializes a new instance of TriggerRuntimeState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Started |
Started. |
| Stopped |
Stopped. |
Methods
| Name | Description |
|---|---|
| Equals(TriggerRuntimeState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TriggerRuntimeState, TriggerRuntimeState) |
Determines if two TriggerRuntimeState values are the same. |
| Implicit(String to TriggerRuntimeState) |
Converts a String to a TriggerRuntimeState. |
| Inequality(TriggerRuntimeState, TriggerRuntimeState) |
Determines if two TriggerRuntimeState values are not the same. |