Workflow.Parameters プロパティ

定義

パラメーターを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象