ภาษา

ArmMachineLearningModelFactory.NotificationSetting Method

Definition

Configuration for notification.

public static Azure.ResourceManager.MachineLearning.Models.NotificationSetting NotificationSetting(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.EmailNotificationEnableType> emailOn = default, System.Collections.Generic.IEnumerable<string> emails = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook> webhooks = default);
static member NotificationSetting : seq<Azure.ResourceManager.MachineLearning.Models.EmailNotificationEnableType> * seq<string> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook> -> Azure.ResourceManager.MachineLearning.Models.NotificationSetting
Public Shared Function NotificationSetting (Optional emailOn As IEnumerable(Of EmailNotificationEnableType) = Nothing, Optional emails As IEnumerable(Of String) = Nothing, Optional webhooks As IDictionary(Of String, MachineLearningWebhook) = Nothing) As NotificationSetting

Parameters

emailOn
IEnumerable<EmailNotificationEnableType>

Send email notification to user on specified notification type.

emails
IEnumerable<String>

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

webhooks
IDictionary<String,MachineLearningWebhook>

Send webhook callback to a service. Key is a user-provided name for the webhook.

Returns

A new NotificationSetting instance for mocking.

Applies to