次の方法で共有


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 Resource Manager メタデータ。

(継承元 ResourceData)

適用対象