IssueRelatedAlertInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of an alert which is related to the issue.
public class IssueRelatedAlertInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueRelatedAlertInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Workspaces.Models.IssueRelatedAlertInfo>
type IssueRelatedAlertInfo = class
interface IJsonModel<IssueRelatedAlertInfo>
interface IPersistableModel<IssueRelatedAlertInfo>
Public Class IssueRelatedAlertInfo
Implements IJsonModel(Of IssueRelatedAlertInfo), IPersistableModel(Of IssueRelatedAlertInfo)
- Inheritance
-
IssueRelatedAlertInfo
- Implements
Constructors
| Name | Description |
|---|---|
| IssueRelatedAlertInfo(ResourceIdentifier, MonitorRelevanceStatus) |
Initializes a new instance of IssueRelatedAlertInfo. |
Properties
| Name | Description |
|---|---|
| AddedOn |
The time this relation was added to the issue (in UTC). |
| Id |
The alert ID. |
| LastModifiedOn |
The last update time of this relation (in UTC). |
| Origin |
The source that related the alert to the issue. |
| Relevance |
The alerts's relevance status. |