IAlert.CustomEmailAddress Property

Definition

The custom email address for sending emails.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The custom email address for sending emails.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customEmailAddresses", Update=true)]
public System.Collections.Generic.List<string> CustomEmailAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The custom email address for sending emails.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customEmailAddresses", Update=true)>]
member this.CustomEmailAddress : System.Collections.Generic.List<string> with get, set
Public Property CustomEmailAddress As List(Of String)

Property Value

Attributes

Applies to