WorkflowRunInner Constructors
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.
Overloads
WorkflowRunInner()
public WorkflowRunInner ();
Public Sub New ()
Applies to
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)
Parameters
- 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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET