Uses of Class
com.azure.resourcemanager.securityinsights.models.CodelessConnectorPollingConfigProperties
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of CodelessConnectorPollingConfigProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionApiPollingParameters.pollingConfig()
Get the pollingConfig property: Config to describe the polling instructions.Modifier and TypeMethodDescriptionApiPollingParameters.withPollingConfig
(CodelessConnectorPollingConfigProperties pollingConfig) Set the pollingConfig property: Config to describe the polling instructions. -
Uses of CodelessConnectorPollingConfigProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionCodelessApiPollingDataConnector.pollingConfig()
Get the pollingConfig property: Config to describe the polling instructions.CodelessConnectorPollingConfigProperties.withAuth
(CodelessConnectorPollingAuthProperties auth) Set the auth property: Describe the authentication type of the poller.CodelessConnectorPollingConfigProperties.withIsActive
(Boolean isActive) Set the isActive property: The poller active status.CodelessConnectorPollingConfigProperties.withPaging
(CodelessConnectorPollingPagingProperties paging) Set the paging property: Describe the poll request paging config of the poller.CodelessConnectorPollingConfigProperties.withRequest
(CodelessConnectorPollingRequestProperties request) Set the request property: Describe the poll request config parameters of the poller.CodelessConnectorPollingConfigProperties.withResponse
(CodelessConnectorPollingResponseProperties response) Set the response property: Describe the response config parameters of the poller.Modifier and TypeMethodDescriptionCodelessApiPollingDataConnector.withPollingConfig
(CodelessConnectorPollingConfigProperties pollingConfig) Set the pollingConfig property: Config to describe the polling instructions.