ArmSecurityInsightsModelFactory.CodelessConnectorPollingPagingProperties Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingPagingProperties CodelessConnectorPollingPagingProperties(string pagingType = default, string nextPageParaName = default, string nextPageTokenJsonPath = default, string pageCountAttributePath = default, string pageTotalCountAttributePath = default, string pageTimeStampAttributePath = default, string searchTheLatestTimeStampFromEventsList = default, string pageSizeParaName = default, int? pageSize = default);
static member CodelessConnectorPollingPagingProperties : string * string * string * string * string * string * string * string * Nullable<int> -> Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingPagingProperties
Public Shared Function CodelessConnectorPollingPagingProperties (Optional pagingType As String = Nothing, Optional nextPageParaName As String = Nothing, Optional nextPageTokenJsonPath As String = Nothing, Optional pageCountAttributePath As String = Nothing, Optional pageTotalCountAttributePath As String = Nothing, Optional pageTimeStampAttributePath As String = Nothing, Optional searchTheLatestTimeStampFromEventsList As String = Nothing, Optional pageSizeParaName As String = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing) As CodelessConnectorPollingPagingProperties

Parameters

pagingType
String

Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp'.

nextPageParaName
String

Defines the name of a next page attribute.

nextPageTokenJsonPath
String

Defines the path to a next page token JSON.

pageCountAttributePath
String

Defines the path to a page count attribute.

pageTotalCountAttributePath
String

Defines the path to a page total count attribute.

pageTimeStampAttributePath
String

Defines the path to a paging time stamp attribute.

searchTheLatestTimeStampFromEventsList
String

Determines whether to search for the latest time stamp in the events list.

pageSizeParaName
String

Defines the name of the page size parameter.

pageSize
Nullable<Int32>

Defines the paging size.

Returns

A new CodelessConnectorPollingPagingProperties instance for mocking.

Applies to