Uses of Class
com.azure.resourcemanager.frontdoor.models.Operator
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Operator in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final Operator
Operator.ANY
Static value Any for Operator.static final Operator
Operator.BEGINS_WITH
Static value BeginsWith for Operator.static final Operator
Operator.CONTAINS
Static value Contains for Operator.static final Operator
Operator.ENDS_WITH
Static value EndsWith for Operator.static final Operator
Operator.EQUAL
Static value Equal for Operator.static final Operator
Operator.GEO_MATCH
Static value GeoMatch for Operator.static final Operator
Operator.GREATER_THAN
Static value GreaterThan for Operator.static final Operator
Operator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for Operator.static final Operator
Operator.IPMATCH
Static value IPMatch for Operator.static final Operator
Operator.LESS_THAN
Static value LessThan for Operator.static final Operator
Operator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for Operator.static final Operator
Operator.REG_EX
Static value RegEx for Operator.Modifier and TypeMethodDescriptionstatic Operator
Operator.fromString
(String name) Creates or finds a Operator from its string representation.MatchCondition.operator()
Get the operator property: Comparison type to use for matching with the variable value.Modifier and TypeMethodDescriptionstatic Collection<Operator>
Operator.values()
Gets known Operator values.Modifier and TypeMethodDescriptionMatchCondition.withOperator
(Operator operator) Set the operator property: Comparison type to use for matching with the variable value.