次の方法で共有


WorkflowRun.Outputs プロパティ

定義

出力を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter> Outputs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputs")>]
member this.Outputs : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter>
Public ReadOnly Property Outputs As IDictionary(Of String, WorkflowOutputParameter)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象