ArmSecurityInsightsModelFactory.CodelessConnectorPollingResponseProperties Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingResponseProperties CodelessConnectorPollingResponseProperties(System.Collections.Generic.IEnumerable<string> eventsJsonPaths = default, string successStatusJsonPath = default, string successStatusValue = default, bool? isGzipCompressed = default);
static member CodelessConnectorPollingResponseProperties : seq<string> * string * string * Nullable<bool> -> Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingResponseProperties
Public Shared Function CodelessConnectorPollingResponseProperties (Optional eventsJsonPaths As IEnumerable(Of String) = Nothing, Optional successStatusJsonPath As String = Nothing, Optional successStatusValue As String = Nothing, Optional isGzipCompressed As Nullable(Of Boolean) = Nothing) As CodelessConnectorPollingResponseProperties

Parameters

eventsJsonPaths
IEnumerable<String>

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

successStatusJsonPath
String

Describes the path we should extract the status code in the response.

successStatusValue
String

Describes the path we should extract the status value in the response.

isGzipCompressed
Nullable<Boolean>

Describes if the data in the response is Gzip.

Returns

A new CodelessConnectorPollingResponseProperties instance for mocking.

Applies to