Uses of Class
com.microsoft.azure.management.cdn.UrlPathOperator
Packages that use UrlPathOperator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlPathOperator in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as UrlPathOperatorModifier and TypeFieldDescriptionstatic final UrlPathOperator
UrlPathOperator.ANY
Static value Any for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.BEGINS_WITH
Static value BeginsWith for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.CONTAINS
Static value Contains for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.ENDS_WITH
Static value EndsWith for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.EQUAL
Static value Equal for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.GREATER_THAN
Static value GreaterThan for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.LESS_THAN
Static value LessThan for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.REG_EX
Static value RegEx for UrlPathOperator.static final UrlPathOperator
UrlPathOperator.WILDCARD
Static value Wildcard for UrlPathOperator.Methods in com.microsoft.azure.management.cdn that return UrlPathOperatorModifier and TypeMethodDescriptionstatic UrlPathOperator
UrlPathOperator.fromString
(String name) Creates or finds a UrlPathOperator from its string representation.UrlPathMatchConditionParameters.operator()
Get describes operator to be matched.Methods in com.microsoft.azure.management.cdn that return types with arguments of type UrlPathOperatorMethods in com.microsoft.azure.management.cdn with parameters of type UrlPathOperatorModifier and TypeMethodDescriptionUrlPathMatchConditionParameters.withOperator
(UrlPathOperator operator) Set describes operator to be matched.