ContainerAppsFunctionProperties interface

Function resource specific properties

Properties

invokeUrlTemplate

Invoke URL for the function.

isDisabled

Indicates whether the function is disabled.

language

Programming language of the function.

triggerType

Trigger type of the function.

Property Details

invokeUrlTemplate

Invoke URL for the function.

invokeUrlTemplate?: string

Property Value

string

isDisabled

Indicates whether the function is disabled.

isDisabled?: boolean

Property Value

boolean

language

Programming language of the function.

language?: string

Property Value

string

triggerType

Trigger type of the function.

triggerType?: string

Property Value

string