Share via


TriggerRuntimeState Struct

Definition

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.

Applies to