次の方法で共有


ScalarFunctionProperties.Inputs プロパティ

定義

関数のパラメーターを記述する入力の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.inputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput> Inputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inputs")>]
member this.Inputs : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput> with get, set
Public Property Inputs As IList(Of FunctionInput)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象