Uses of Class
com.azure.resourcemanager.frontdoor.models.Operator
Packages that use Operator
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Operator in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as OperatorModifier and TypeFieldDescriptionstatic final OperatorOperator.ANYStatic value Any for Operator.static final OperatorOperator.BEGINS_WITHStatic value BeginsWith for Operator.static final OperatorOperator.CONTAINSStatic value Contains for Operator.static final OperatorOperator.ENDS_WITHStatic value EndsWith for Operator.static final OperatorOperator.EQUALStatic value Equal for Operator.static final OperatorOperator.GEO_MATCHStatic value GeoMatch for Operator.static final OperatorOperator.GREATER_THANStatic value GreaterThan for Operator.static final OperatorOperator.GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for Operator.static final OperatorOperator.IPMATCHStatic value IPMatch for Operator.static final OperatorOperator.LESS_THANStatic value LessThan for Operator.static final OperatorOperator.LESS_THAN_OR_EQUALStatic value LessThanOrEqual for Operator.static final OperatorOperator.REG_EXStatic value RegEx for Operator.Methods in com.azure.resourcemanager.frontdoor.models that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type OperatorModifier and TypeMethodDescriptionstatic Collection<Operator>Operator.values()Gets known Operator values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type OperatorModifier and TypeMethodDescriptionMatchCondition.withOperator(Operator operator) Set the operator property: Comparison type to use for matching with the variable value.