NotificationSettings Class
Notification settings for a schedule.
- Inheritance
-
msrest.serialization.ModelNotificationSettings
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
|
str or
EnableStatus
If notifications are enabled for this schedule (i.e. Enabled, Disabled). Possible values include: "Enabled", "Disabled". |
time_in_minutes
Required
|
Time in minutes before event at which notification will be sent. |
webhook_url
Required
|
The webhook URL to which the notification will be sent. |
email_recipient
Required
|
The email recipient to send notifications to (can be a list of semi- colon separated email addresses). |
notification_locale
Required
|
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python