FunctionDescriptor.InputBindings Property

Definition

public System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Binding.FunctionBinding> InputBindings { get; set; }
member this.InputBindings : System.Collections.ObjectModel.Collection<Microsoft.Azure.WebJobs.Script.Binding.FunctionBinding> with get, set
Public Property InputBindings As Collection(Of FunctionBinding)

Property Value

Applies to