ContainerAppsFunctionProperties interface
Function resource specific properties
Properties
| invoke |
Invoke URL for the function. |
| is |
Indicates whether the function is disabled. |
| language | Programming language 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.
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