EmailNotification Constructors

Definition

Overloads

EmailNotification()

C#
public EmailNotification ();

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>)

C#
public EmailNotification (bool? sendToSubscriptionAdministrator = default, bool? sendToSubscriptionCoAdministrators = default, System.Collections.Generic.IList<string> customEmails = default);

Parameters

sendToSubscriptionAdministrator
Nullable<Boolean>
sendToSubscriptionCoAdministrators
Nullable<Boolean>
customEmails
IList<String>

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest