NotificationSettingsFragment Class
Notification settings for a schedule.
- Inheritance
-
msrest.serialization.ModelNotificationSettingsFragment
Constructor
NotificationSettingsFragment(*, 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
|
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python