Uses of Class
com.microsoft.azure.management.cdn.UrlPathOperator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlPathOperator in com.microsoft.azure.management.cdn
Modifier 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.Modifier and TypeMethodDescriptionstatic UrlPathOperator
UrlPathOperator.fromString
(String name) Creates or finds a UrlPathOperator from its string representation.UrlPathMatchConditionParameters.operator()
Get describes operator to be matched.Modifier and TypeMethodDescriptionUrlPathMatchConditionParameters.withOperator
(UrlPathOperator operator) Set describes operator to be matched.