AutomationRunbookReceiver Class

The Azure Automation Runbook notification receiver.

All required parameters must be populated in order to send to Azure.

Inheritance
AutomationRunbookReceiver

Constructor

AutomationRunbookReceiver(*, automation_account_id: str, runbook_name: str, webhook_resource_id: str, is_global_runbook: bool, name: Optional[str] = None, service_uri: Optional[str] = None, **kwargs)

Variables

automation_account_id
str

Required. The Azure automation account Id which holds this runbook and authenticate to Azure resource.

runbook_name
str

Required. The name for this runbook.

webhook_resource_id
str

Required. The resource id for webhook linked to this runbook.

is_global_runbook
bool

Required. Indicates whether this instance is global runbook.

name
str

Indicates name of the webhook.

service_uri
str

The URI where webhooks should be sent.