Udostępnij za pośrednictwem


AutomationRunbookReceiver Klasa

Odbiornik powiadomień elementu Runbook Azure Automation.

Aby wysyłać na platformę Azure wszystkie wymagane parametry, należy wypełnić wszystkie wymagane parametry.

Dziedziczenie
azure.mgmt.monitor._serialization.Model
AutomationRunbookReceiver

Konstruktor

AutomationRunbookReceiver(*, automation_account_id: str, runbook_name: str, webhook_resource_id: str, is_global_runbook: bool, name: str | None = None, service_uri: str | None = None, use_common_alert_schema: bool = False, **kwargs: Any)

Zmienne

automation_account_id
str

Identyfikator konta usługi Azure Automation, który przechowuje ten element Runbook i uwierzytelnia się w zasobie platformy Azure. Wymagane.

runbook_name
str

Nazwa tego elementu Runbook. Wymagane.

webhook_resource_id
str

Identyfikator zasobu elementu webhook połączony z tym elementem Runbook. Wymagane.

is_global_runbook
bool

Wskazuje, czy to wystąpienie jest globalnym elementem Runbook. Wymagane.

name
str

Wskazuje nazwę elementu webhook.

service_uri
str

Identyfikator URI, w którym powinny być wysyłane elementy webhook.

use_common_alert_schema
bool

Wskazuje, czy używać wspólnego schematu alertu.