Sdílet prostřednictvím


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

TriggerRuntimeState(String)

Initializes a new instance of TriggerRuntimeState.

Properties

Disabled

Disabled.

Started

Started.

Stopped

Stopped.

Methods

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

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