VBRProtectionGroupNotificationOptions
Contains notification options for protection groups.
Properties
Property | Type | Description |
---|---|---|
EnableAdditionalNotification | bool | Enables custom email notifications. |
SendTime | TimeSpan | Time when notifications will be sent. |
AdditionalAddress | string[] | Array of email addresses. |
UseNotificationOptions | bool | Enables custom notification setting. |
NotificationSubject | string | Email notifications subject. |
NotifyOnSuccess | bool | Notifies if a job finishes successfully. |
NotifyOnWarning | bool | Notifies if a job finishes with a warning. |
NotifyOnError | bool | Notifies if a job finishes with an error. |
Related Commands