Class Operator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Operator>
com.azure.resourcemanager.securityinsights.models.Operator
Operator used for list of dependencies in criteria array.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Operator
fromString
(String name) Creates or finds a Operator from its string representation.static Collection<Operator>
values()
Gets known Operator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AND
Static value AND for Operator. -
OR
Static value OR for Operator.
-
-
Constructor Details
-
Operator
public Operator()
-
-
Method Details
-
fromString
Creates or finds a Operator from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Operator.
-
values
Gets known Operator values.- Returns:
- known Operator values.
-