Uses of Class
com.azure.resourcemanager.securityinsights.models.PollingFrequency
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of PollingFrequency in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionTiTaxiiDataConnectorProperties.pollingFrequency()
Get the pollingFrequency property: The polling frequency for the TAXII server.Modifier and TypeMethodDescriptionTiTaxiiDataConnectorProperties.withPollingFrequency
(PollingFrequency pollingFrequency) Set the pollingFrequency property: The polling frequency for the TAXII server. -
Uses of PollingFrequency in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final PollingFrequency
PollingFrequency.ONCE_ADAY
Static value OnceADay for PollingFrequency.static final PollingFrequency
PollingFrequency.ONCE_AMINUTE
Static value OnceAMinute for PollingFrequency.static final PollingFrequency
PollingFrequency.ONCE_AN_HOUR
Static value OnceAnHour for PollingFrequency.Modifier and TypeMethodDescriptionstatic PollingFrequency
PollingFrequency.fromString
(String name) Creates or finds a PollingFrequency from its string representation.TiTaxiiDataConnector.pollingFrequency()
Get the pollingFrequency property: The polling frequency for the TAXII server.Modifier and TypeMethodDescriptionstatic Collection<PollingFrequency>
PollingFrequency.values()
Gets known PollingFrequency values.Modifier and TypeMethodDescriptionTiTaxiiDataConnector.withPollingFrequency
(PollingFrequency pollingFrequency) Set the pollingFrequency property: The polling frequency for the TAXII server.