Uses of Class
com.azure.resourcemanager.securityinsights.models.ConfidenceLevel
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ConfidenceLevel in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSecurityAlertProperties.confidenceLevel()
Get the confidenceLevel property: The confidence level of this alert. -
Uses of ConfidenceLevel in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final ConfidenceLevel
ConfidenceLevel.HIGH
Static value High for ConfidenceLevel.static final ConfidenceLevel
ConfidenceLevel.LOW
Static value Low for ConfidenceLevel.static final ConfidenceLevel
ConfidenceLevel.UNKNOWN
Static value Unknown for ConfidenceLevel.Modifier and TypeMethodDescriptionSecurityAlert.confidenceLevel()
Get the confidenceLevel property: The confidence level of this alert.static ConfidenceLevel
ConfidenceLevel.fromString
(String name) Creates or finds a ConfidenceLevel from its string representation.Modifier and TypeMethodDescriptionstatic Collection<ConfidenceLevel>
ConfidenceLevel.values()
Gets known ConfidenceLevel values.