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