Compartir a través de


ScalarFunctionProperties.Inputs Propiedad

Definición

Obtiene o establece una lista de entradas que describen los parámetros de la función.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a