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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET