IFeaturesetVersion.NotificationEmail Property

Definition

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

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

Property Value

Attributes

Applies to