TriggerReferenceType 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.
Trigger reference type.
public readonly struct TriggerReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.TriggerReferenceType>
type TriggerReferenceType = struct
Public Structure TriggerReferenceType
Implements IEquatable(Of TriggerReferenceType)
- Inheritance
-
TriggerReferenceType
- Implements
Constructors
TriggerReferenceType(String) |
Initializes a new instance of TriggerReferenceType. |
Properties
TriggerReference |
TriggerReference. |
Methods
Equals(TriggerReferenceType) |
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(TriggerReferenceType, TriggerReferenceType) |
Determines if two TriggerReferenceType values are the same. |
Implicit(String to TriggerReferenceType) |
Converts a string to a TriggerReferenceType. |
Inequality(TriggerReferenceType, TriggerReferenceType) |
Determines if two TriggerReferenceType values are not the same. |
Applies to
Azure SDK for .NET