Uses of Class
com.microsoft.azure.management.cdn.Operator
Packages that use Operator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of Operator in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as OperatorModifier 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.Methods in com.microsoft.azure.management.cdn that return OperatorModifier and TypeMethodDescriptionstatic Operator
Operator.fromString
(String name) Creates or finds a Operator from its string representation.MatchCondition.operator()
Get describes operator to be matched.Methods in com.microsoft.azure.management.cdn that return types with arguments of type OperatorMethods in com.microsoft.azure.management.cdn with parameters of type OperatorModifier and TypeMethodDescriptionMatchCondition.withOperator
(Operator operator) Set describes operator to be matched.