AzureFunctionReceiver Class
An azure function receiver.
All required parameters must be populated in order to send to server.
Constructor
AzureFunctionReceiver(*, name: str, function_app_resource_id: str, function_name: str, http_trigger_url: str, use_common_alert_schema: bool = False, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the azure function receiver. Names must be unique across all receivers within an action group. Required. |
|
function_app_resource_id
|
The azure resource id of the function app. Required. |
|
function_name
|
The function name in the function app. Required. |
|
http_trigger_url
|
The http trigger url where http request sent to. Required. |
|
use_common_alert_schema
|
Indicates whether to use common alert schema. Default value: False
|
Variables
| Name | Description |
|---|---|
|
name
|
The name of the azure function receiver. Names must be unique across all receivers within an action group. Required. |
|
function_app_resource_id
|
The azure resource id of the function app. Required. |
|
function_name
|
The function name in the function app. Required. |
|
http_trigger_url
|
The http trigger url where http request sent to. Required. |
|
use_common_alert_schema
|
Indicates whether to use common alert schema. |