Uses of Class
com.microsoft.azure.management.cdn.UrlFileNameOperator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlFileNameOperator in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final UrlFileNameOperator
UrlFileNameOperator.ANY
Static value Any for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.BEGINS_WITH
Static value BeginsWith for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.CONTAINS
Static value Contains for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.ENDS_WITH
Static value EndsWith for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.EQUAL
Static value Equal for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.GREATER_THAN
Static value GreaterThan for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.LESS_THAN
Static value LessThan for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for UrlFileNameOperator.static final UrlFileNameOperator
UrlFileNameOperator.REG_EX
Static value RegEx for UrlFileNameOperator.Modifier and TypeMethodDescriptionstatic UrlFileNameOperator
UrlFileNameOperator.fromString
(String name) Creates or finds a UrlFileNameOperator from its string representation.UrlFileNameMatchConditionParameters.operator()
Get describes operator to be matched.Modifier and TypeMethodDescriptionstatic Collection<UrlFileNameOperator>
UrlFileNameOperator.values()
Modifier and TypeMethodDescriptionUrlFileNameMatchConditionParameters.withOperator
(UrlFileNameOperator operator) Set describes operator to be matched.