NotificationSettingsFragment Class

Notification settings for a schedule.

Inheritance
NotificationSettingsFragment

Constructor

NotificationSettingsFragment(*, status: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.EnableStatus]] = None, time_in_minutes: Optional[int] = None, webhook_url: Optional[str] = None, email_recipient: Optional[str] = None, notification_locale: Optional[str] = None, **kwargs)

Parameters

status
str or EnableStatus
Required

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

time_in_minutes
int
Required

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

webhook_url
str
Required

The webhook URL to which the notification will be sent.

email_recipient
str
Required

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

notification_locale
str
Required

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