Uses of Class
com.azure.resourcemanager.cdn.models.Operator
Packages that use Operator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of Operator in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.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.cdn.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: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type OperatorModifier and TypeMethodDescriptionstatic Collection<Operator>Operator.values()Gets known Operator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type OperatorModifier and TypeMethodDescriptionMatchCondition.withOperator(Operator operator) Set the operator property: Describes operator to be matched.