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