ArmSecurityInsightsModelFactory.CodelessConnectorPollingResponseProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
A new CodelessConnectorPollingResponseProperties instance for mocking.