WorkflowRun Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WorkflowRun() |
Initialise une nouvelle instance de la classe WorkflowRun. |
WorkflowRun(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String) |
Initialise une nouvelle instance de la classe WorkflowRun. |
WorkflowRun()
Initialise une nouvelle instance de la classe WorkflowRun.
public WorkflowRun ();
Public Sub New ()
S’applique à
WorkflowRun(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String)
Initialise une nouvelle instance de la classe WorkflowRun.
public WorkflowRun (string id = default, DateTime? waitEndTime = default, DateTime? startTime = default, DateTime? endTime = default, string status = default, string code = default, object error = default, string correlationId = default, Microsoft.Azure.Management.Logic.Models.Correlation correlation = default, Microsoft.Azure.Management.Logic.Models.ResourceReference workflow = default, Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger trigger = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> outputs = default, Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger response = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowRun : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * string * obj * string * Microsoft.Azure.Management.Logic.Models.Correlation * Microsoft.Azure.Management.Logic.Models.ResourceReference * Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> * Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRun
Public Sub New (Optional id As String = Nothing, Optional waitEndTime As Nullable(Of DateTime) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing, Optional correlationId As String = Nothing, Optional correlation As Correlation = Nothing, Optional workflow As ResourceReference = Nothing, Optional trigger As WorkflowRunTrigger = Nothing, Optional outputs As IDictionary(Of String, WorkflowOutputParameter) = Nothing, Optional response As WorkflowRunTrigger = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Paramètres
- id
- String
ID de la ressource.
- status
- String
Obtient le status. Les valeurs possibles sont les suivantes : « NotSpecified », « Paused », « Running », « Waiting », « Succeeded », « Skipped », « Suspended », « Cancelled », « Failed », « Faulted », « TimedOut », « Aborted », « Ignored »
- code
- String
Obtient le code.
- error
- Object
Obtient l’erreur.
- correlationId
- String
Obtient l’ID de corrélation.
- correlation
- Correlation
Corrélation d’exécution.
- workflow
- ResourceReference
Obtient la référence à la version du workflow.
- trigger
- WorkflowRunTrigger
Obtient le déclencheur déclenché.
- outputs
- IDictionary<String,WorkflowOutputParameter>
Obtient les sorties.
- response
- WorkflowRunTrigger
Obtient la réponse de l’exécution du flux.
- name
- String
Obtient le nom de l’exécution du flux de travail.
- type
- String
Obtient le type d’exécution du flux de travail.
S’applique à
Azure SDK for .NET