ICreateMonitorAction.EmailNotificationSettingEmail Property

Definition

The email recipient list which has a limitation of 499 characters in total.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The email recipient list which has a limitation of 499 characters in total.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="emails", Update=false)]
public System.Collections.Generic.List<string> EmailNotificationSettingEmail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The email recipient list which has a limitation of 499 characters in total.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="emails", Update=false)>]
member this.EmailNotificationSettingEmail : System.Collections.Generic.List<string> with get, set
Public Property EmailNotificationSettingEmail As List(Of String)

Property Value

Attributes

Applies to