NotificationSetting Class

Definition

Configuration for notification.

public class NotificationSetting
type NotificationSetting = class
Public Class NotificationSetting
Inheritance
NotificationSetting

Constructors

NotificationSetting()

Initializes a new instance of NotificationSetting.

Properties

EmailOn

Send email notification to user on specified notification type.

Emails

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator.

Webhooks

Send webhook callback to a service. Key is a user-provided name for the webhook. Please note MachineLearningWebhook is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureDevOpsWebhook.

Applies to