FunctionTrigger interface

Full configuration for the primary input to a function

Extends

Record<string, unknown>

Properties

name

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

type

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

Property Details

name

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

name: string

Property Value

string

type

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

type: string

Property Value

string