IFeaturesetVersionProperties.NotificationEmailOn Property

Definition

Send email notification to user on specified notification type

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "JobCompleted", "JobFailed", "JobCancelled" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Send email notification to user on specified notification type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="emailOn", Update=false)]
public System.Collections.Generic.List<string> NotificationEmailOn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "JobCompleted", "JobFailed", "JobCancelled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Send email notification to user on specified notification type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="emailOn", Update=false)>]
member this.NotificationEmailOn : System.Collections.Generic.List<string> with get, set
Public Property NotificationEmailOn As List(Of String)

Property Value

Attributes

Applies to