NotificationSettings Class

Notification settings for a schedule.

Inheritance
msrest.serialization.Model
NotificationSettings

Constructor

NotificationSettings(*, status: str | EnableStatus | None = None, time_in_minutes: int | None = None, webhook_url: str | None = None, email_recipient: str | None = None, notification_locale: str | None = None, **kwargs)

Parameters

Name Description
status
Required

If notifications are enabled for this schedule (i.e. Enabled, Disabled). Possible values include: "Enabled", "Disabled".

time_in_minutes
Required
int

Time in minutes before event at which notification will be sent.

webhook_url
Required
str

The webhook URL to which the notification will be sent.

email_recipient
Required
str

The email recipient to send notifications to (can be a list of semi- colon separated email addresses).

notification_locale
Required
str

The locale to use when sending a notification (fallback for unsupported languages is EN).

Keyword-Only Parameters

Name Description
status
Required
time_in_minutes
Required
webhook_url
Required
email_recipient
Required
notification_locale
Required