你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityInsightsIncidentData 类

定义

表示 SecurityInsightsIncident 数据模型的类。 表示 Azure 安全见解中的事件。

public class SecurityInsightsIncidentData : Azure.ResourceManager.Models.ResourceData
type SecurityInsightsIncidentData = class
    inherit ResourceData
Public Class SecurityInsightsIncidentData
Inherits ResourceData
继承
SecurityInsightsIncidentData

构造函数

SecurityInsightsIncidentData()

初始化 SecurityInsightsIncidentData 的新实例。

属性

AdditionalInfo

有关事件的其他数据。

Classification

事件被关闭的原因。

ClassificationComment

描述事件关闭的原因。

ClassificationReason

关闭事件的分类原因。

CreatedOn

创建事件的时间。

Description

事件的说明。

ETag

Azure 资源的 Etag。

FirstActivityOn

事件中第一个活动的时间。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IncidentNumber

一个序号。

IncidentUri

Azure 门户中事件的深层链接 URL。

Labels

与此事件相关的标签列表。

LastActivityOn

事件中最后一个活动的时间。

LastModifiedOn

上次更新事件的时间。

Name

资源的名称。

(继承自 ResourceData)
Owner

描述事件分配到的用户。

RelatedAnalyticRuleIds

与事件相关的分析规则的资源 ID 列表。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Severity

事件的严重性。

Status

事件的状态。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Title

事件的标题。

适用于