Share via


CodelessConnectorPollingResponseProperties(IEnumerable<String>) Constructor

Definition

Initializes a new instance of CodelessConnectorPollingResponseProperties.

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

Parameters

eventsJsonPaths
IEnumerable<String>

Describes the path we should extract the data in the response.

Exceptions

eventsJsonPaths is null.

Applies to