Share via


ScalarFunctionProperties.Inputs Property

Definition

Gets or sets a list of inputs describing the parameters of the function.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to