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

SecurityInsightsIncidentCommentData 类

定义

表示 SecurityInsightsIncidentComment 数据模型的类。 表示事件注释

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

构造函数

SecurityInsightsIncidentCommentData()

初始化 SecurityInsightsIncidentCommentData 的新实例。

属性

Author

描述创建注释的客户端。

CreatedOn

创建批注的时间。

ETag

Azure 资源的 Etag。

Id

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

(继承自 ResourceData)
LastModifiedOn

批注的更新时间。

Message

注释消息。

Name

资源的名称。

(继承自 ResourceData)
ResourceType

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

(继承自 ResourceData)
SystemData

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

(继承自 ResourceData)

适用于