WorkflowRunInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WorkflowRunInner()
public WorkflowRunInner ();
Public Sub New ()
Aplica-se a
WorkflowRunInner(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<WorkflowStatus>, String, Object, String, Correlation, ResourceReference, WorkflowRunTrigger, IDictionary<String,WorkflowOutputParameter>, WorkflowRunTrigger, String, String)
public WorkflowRunInner (string id = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus? status = default, string code = default, object error = default, string correlationId = default, Microsoft.Azure.Management.Logic.Fluent.Models.Correlation correlation = default, Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference workflow = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunTrigger trigger = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter> outputs = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunTrigger response = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus> * string * obj * string * Microsoft.Azure.Management.Logic.Fluent.Models.Correlation * Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunTrigger * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowOutputParameter> * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunTrigger * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunInner
Public Sub New (Optional id As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional status As Nullable(Of WorkflowStatus) = 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)
Parâmetros
- id
- String
- status
- Nullable<WorkflowStatus>
- code
- String
- error
- Object
- correlationId
- String
- correlation
- Correlation
- workflow
- ResourceReference
- trigger
- WorkflowRunTrigger
- outputs
- IDictionary<String,WorkflowOutputParameter>
- response
- WorkflowRunTrigger
- name
- String
- type
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET