TriggerRun Class
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 runs.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TriggerRun+TriggerRunConverter))]
public class TriggerRun
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.TriggerRun+TriggerRunConverter))>]
type TriggerRun = class
Public Class TriggerRun
- Inheritance
-
TriggerRun
- Attributes
Properties
AdditionalProperties |
Additional Properties. |
Message |
Trigger error message. |
Properties |
List of property name and value related to trigger run. Name, value pair depends on type of trigger. |
Status |
Trigger run status. |
TriggeredPipelines |
List of pipeline name and run Id triggered by the trigger run. |
TriggerName |
Trigger name. |
TriggerRunId |
Trigger run id. |
TriggerRunTimestamp |
Trigger run start time. |
TriggerType |
Trigger type. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET