Class ConfidenceLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConfidenceLevel>
com.azure.resourcemanager.securityinsights.models.ConfidenceLevel
public final class ConfidenceLevel
extends com.azure.core.util.ExpandableStringEnum<ConfidenceLevel>
The confidence level of this alert.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConfidenceLevel
Static value High for ConfidenceLevel.static final ConfidenceLevel
Static value Low for ConfidenceLevel.static final ConfidenceLevel
Static value Unknown for ConfidenceLevel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfidenceLevel
fromString
(String name) Creates or finds a ConfidenceLevel from its string representation.static Collection<ConfidenceLevel>
values()
Gets known ConfidenceLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for ConfidenceLevel. -
LOW
Static value Low for ConfidenceLevel. -
HIGH
Static value High for ConfidenceLevel.
-
-
Constructor Details
-
ConfidenceLevel
public ConfidenceLevel()
-
-
Method Details
-
fromString
Creates or finds a ConfidenceLevel from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ConfidenceLevel.
-
values
Gets known ConfidenceLevel values.- Returns:
- known ConfidenceLevel values.
-