FunctionDefinition.InputBindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the input binding metadata.
public abstract System.Collections.Immutable.IImmutableDictionary<string,Microsoft.Azure.Functions.Worker.BindingMetadata> InputBindings { get; }
member this.InputBindings : System.Collections.Immutable.IImmutableDictionary<string, Microsoft.Azure.Functions.Worker.BindingMetadata>
Public MustOverride ReadOnly Property InputBindings As IImmutableDictionary(Of String, BindingMetadata)