ContainerAppsFunctionProperties interface

Function resource specific properties

Properties

invokeUrlTemplate

Invoke URL for the function.

isDisabled

Indicates whether the function is disabled. This property is deprecated; use state instead.

language

Programming language of the function.

state

The state 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. This property is deprecated; use state instead.

isDisabled?: boolean

Property Value

boolean

language

Programming language of the function.

language?: string

Property Value

string

state

The state of the function.

state?: string

Property Value

string

triggerType

Trigger type of the function.

triggerType?: string

Property Value

string