NotificationSetting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for notification.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NotificationSettingTypeConverter))]
public class NotificationSetting : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSetting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NotificationSettingTypeConverter))>]
type NotificationSetting = class
interface INotificationSetting
interface IJsonSerializable
Public Class NotificationSetting
Implements INotificationSetting
- Inheritance
-
NotificationSetting
- Attributes
- Implements
Constructors
NotificationSetting() |
Creates an new NotificationSetting instance. |
Properties
This is the email recipient list which has a limitation of 499 characters in total concat with comma separator |
|
EmailOn |
Send email notification to user on specified notification type |
Webhook |
Send webhook callback to a service. Key is a user-provided name for the webhook. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NotificationSetting. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NotificationSetting. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INotificationSetting. |
FromJsonString(String) |
Creates a new instance of NotificationSetting, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NotificationSetting into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |