DismissAlertPayload interface
The request payload to update an alert
Properties
close |
dateTime in which alert was closed |
cost |
related budget |
creation |
dateTime in which alert was created |
definition | defines the type of alert |
description | Alert description |
details | Alert details |
modification |
dateTime in which alert was last modified |
source | Source of alert |
status | alert status |
status |
dateTime in which the alert status was last modified |
status |
User who last modified the alert |
Property Details
closeTime
dateTime in which alert was closed
closeTime?: string
Property Value
string
costEntityId
related budget
costEntityId?: string
Property Value
string
creationTime
dateTime in which alert was created
creationTime?: string
Property Value
string
definition
defines the type of alert
definition?: AlertPropertiesDefinition
Property Value
description
Alert description
description?: string
Property Value
string
details
modificationTime
dateTime in which alert was last modified
modificationTime?: string
Property Value
string
source
Source of alert
source?: string
Property Value
string
status
alert status
status?: string
Property Value
string
statusModificationTime
dateTime in which the alert status was last modified
statusModificationTime?: string
Property Value
string
statusModificationUserName
User who last modified the alert
statusModificationUserName?: string
Property Value
string
Azure SDK for JavaScript