DataFactoryTriggerRuntimeState 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 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
Azure SDK for .NET