IJobScheduleAction.NotificationSettingEmailOn 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> NotificationSettingEmailOn { 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.NotificationSettingEmailOn : System.Collections.Generic.List<string> with get, set
Public Property NotificationSettingEmailOn As List(Of String)

Property Value

Attributes

Applies to