FunctionInput interface

Full configuration for the secondary input to a function ("trigger" is the primary input) NOTE: Not all triggers can be used as secondary inputs

Extends

Record<string, unknown>

Properties

name

Must be unique within this function. If using the input namespace to create this object, the name will be auto-generated for you

type

The type for this trigger ('blob', 'cosmosDB', etc.) If using the input namespace to create this object, the type will be set for you

Property Details

name

Must be unique within this function. If using the input namespace to create this object, the name will be auto-generated for you

name: string

Property Value

string

type

The type for this trigger ('blob', 'cosmosDB', etc.) If using the input namespace to create this object, the type will be set for you

type: string

Property Value

string