WorkflowRunInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WorkflowRunInner()
public WorkflowRunInner ();
Public Sub New ()
適用対象
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)
パラメーター
- 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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET