AlertSettings interface

AlertSettings on the device which represents how alerts will be processed

Extends

Properties

additionalRecipientEmailList

List of email addresses (apart from admin/co-admin of subscription) to whom the alert emails need to be sent

alertNotificationCulture

Culture setting to be used while building alert emails. For eg: "en-US"

emailNotification

Value indicating whether user/admins will receive emails when an alert condition occurs on the system

notificationToServiceOwners

Value indicating whether service owners will receive emails when an alert condition occurs on the system. Applicable only if emailNotification flag is Enabled.

Inherited Properties

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

additionalRecipientEmailList

List of email addresses (apart from admin/co-admin of subscription) to whom the alert emails need to be sent

additionalRecipientEmailList?: string[]

Property Value

string[]

alertNotificationCulture

Culture setting to be used while building alert emails. For eg: "en-US"

alertNotificationCulture: string

Property Value

string

emailNotification

Value indicating whether user/admins will receive emails when an alert condition occurs on the system

emailNotification: AlertEmailNotificationStatus

Property Value

notificationToServiceOwners

Value indicating whether service owners will receive emails when an alert condition occurs on the system. Applicable only if emailNotification flag is Enabled.

notificationToServiceOwners: ServiceOwnersAlertNotificationStatus

Property Value

Inherited Property Details

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

name

The name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From BaseModel.name

type

The type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type