Uses of Class
com.azure.resourcemanager.securityinsights.models.Operator
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Operator in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final Operator
Operator.AND
Static value AND for Operator.static final Operator
Operator.OR
Static value OR for Operator.Modifier and TypeMethodDescriptionstatic Operator
Operator.fromString
(String name) Creates or finds a Operator from its string representation.MetadataDependencies.operator()
Get the operator property: Operator used for list of dependencies in criteria array.Modifier and TypeMethodDescriptionstatic Collection<Operator>
Operator.values()
Gets known Operator values.Modifier and TypeMethodDescriptionMetadataDependencies.withOperator
(Operator operator) Set the operator property: Operator used for list of dependencies in criteria array.