AzureFunctionReceiver interface
An azure function receiver.
Properties
function |
The azure resource id of the function app. |
function |
The function name in the function app. |
http |
The http trigger url where http request sent to. |
name | The name of the azure function receiver. Names must be unique across all receivers within an action group. |
use |
Indicates whether to use common alert schema. |
Property Details
functionAppResourceId
The azure resource id of the function app.
functionAppResourceId: string
Property Value
string
functionName
The function name in the function app.
functionName: string
Property Value
string
httpTriggerUrl
The http trigger url where http request sent to.
httpTriggerUrl: string
Property Value
string
name
The name of the azure function receiver. Names must be unique across all receivers within an action group.
name: string
Property Value
string
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean