Share via


DataFactoryTriggerRuntimeState Struct

Definition

Enumerates possible state of Triggers.

public readonly struct DataFactoryTriggerRuntimeState : IEquatable<Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerRuntimeState>
type DataFactoryTriggerRuntimeState = struct
Public Structure DataFactoryTriggerRuntimeState
Implements IEquatable(Of DataFactoryTriggerRuntimeState)
Inheritance
DataFactoryTriggerRuntimeState
Implements

Constructors

DataFactoryTriggerRuntimeState(String)

Initializes a new instance of DataFactoryTriggerRuntimeState.

Properties

Disabled

Disabled.

Started

Started.

Stopped

Stopped.

Methods

Equals(DataFactoryTriggerRuntimeState)

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(DataFactoryTriggerRuntimeState, DataFactoryTriggerRuntimeState)

Determines if two DataFactoryTriggerRuntimeState values are the same.

Implicit(String to DataFactoryTriggerRuntimeState)

Converts a string to a DataFactoryTriggerRuntimeState.

Inequality(DataFactoryTriggerRuntimeState, DataFactoryTriggerRuntimeState)

Determines if two DataFactoryTriggerRuntimeState values are not the same.

Applies to