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

CcpResponseConfig(IEnumerable<String>) Constructor

Definition

Initializes a new instance of CcpResponseConfig.

public CcpResponseConfig(System.Collections.Generic.IEnumerable<string> eventsJsonPaths);
new Azure.ResourceManager.SecurityInsights.Models.CcpResponseConfig : seq<string> -> Azure.ResourceManager.SecurityInsights.Models.CcpResponseConfig
Public Sub New (eventsJsonPaths As IEnumerable(Of String))

Parameters

eventsJsonPaths
IEnumerable<String>

The json paths, '$' char is the json root.

Exceptions

eventsJsonPaths is null.

Applies to