Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineOperator
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineOperator in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final RulesEngineOperator
RulesEngineOperator.ANY
Static value Any for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.BEGINS_WITH
Static value BeginsWith for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.CONTAINS
Static value Contains for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.ENDS_WITH
Static value EndsWith for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.EQUAL
Static value Equal for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.GEO_MATCH
Static value GeoMatch for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.GREATER_THAN
Static value GreaterThan for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.IPMATCH
Static value IPMatch for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.LESS_THAN
Static value LessThan for RulesEngineOperator.static final RulesEngineOperator
RulesEngineOperator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for RulesEngineOperator.Modifier and TypeMethodDescriptionstatic RulesEngineOperator
RulesEngineOperator.fromString
(String name) Creates or finds a RulesEngineOperator from its string representation.RulesEngineMatchCondition.rulesEngineOperator()
Get the rulesEngineOperator property: Describes operator to apply to the match condition.Modifier and TypeMethodDescriptionstatic Collection<RulesEngineOperator>
RulesEngineOperator.values()
Gets known RulesEngineOperator values.Modifier and TypeMethodDescriptionRulesEngineMatchCondition.withRulesEngineOperator
(RulesEngineOperator rulesEngineOperator) Set the rulesEngineOperator property: Describes operator to apply to the match condition.