This is an archive version of the document. To get the most up-to-date information, see the current version.

VBRNotificationOptions

In this article

    This object contains notification options.

    Related Commands

    New-VBRNotificationOptions

    Properties

    Property

    Type

    Description

    EnableAdditionalNotification

    bool

    Indicates if the email notification is enabled (TRUE) or not (FALSE).

    AdditionalAddress

    string[]

    The email address for notification.

    UseNotificationOptions

    bool

    Indicates that the notifications must use custom settings (TRUE) or global settings (FALSE). Custom settings are:

    • NotifyOnSuccess
    • NotifyOnWarning
    • NotifyOnError
    • NotifyOnLastRetryOnly.

    NotificationSubject

    string

    The subject that must be used for creating the notification email.

    NotifyOnSuccess

    bool

    Indicates if the email is sent if the job finished successfully (TRUE) or not (FALSE).

    NotifyOnWarning

    bool

    Indicates if the email is sent if the job finished with warning (TRUE) or not (FALSE).

    NotifyOnError

    bool

    Indicates if the email is sent if the job finished with error (TRUE) or not (FALSE).

    NotifyOnLastRetryOnly

    bool

    Indicates if the email is sent if the last retry of the job started (TRUE) or not (FALSE).