AzureFunctionReceiver Class
An azure function receiver.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AzureFunctionReceiver
Constructor
AzureFunctionReceiver(*, name: str, function_app_resource_id: str, function_name: str, http_trigger_url: str, **kwargs)
Variables
- name
- str
Required. The name of the azure function receiver. Names must be unique across all receivers within an action group.
- function_app_resource_id
- str
Required. The azure resource id of the function app.
- function_name
- str
Required. The function name in the function app.
- http_trigger_url
- <xref:http_trigger_url>)<xref: >(str
Required. The http trigger url where http request sent to.
Feedback
Submit and view feedback for