ContainerAppsFunctionProperties interface
Function resource specific properties
Properties
| invoke |
Invoke URL for the function. |
| is |
Indicates whether the function is disabled. This property is deprecated; use |
| language | Programming language of the function. |
| state | The state of the function. |
| trigger |
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