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