Package version:

Properties of a configure alert request.

interface ConfigureAlertRequestProperties {
    customEmailAddresses?: string[];
    locale?: string;
    sendToOwners?: string;
}

Properties

customEmailAddresses?: string[]

The custom email address for sending emails.

locale?: string

The locale for the email notification.

sendToOwners?: string

A value indicating whether to send email to subscription administrator.