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 PostArgsOperatorPostArgsOperator.ANYStatic value Any for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.BEGINS_WITHStatic value BeginsWith for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.CONTAINSStatic value Contains for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.ENDS_WITHStatic value EndsWith for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.EQUALStatic value Equal for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.GREATER_THANStatic value GreaterThan for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.LESS_THANStatic value LessThan for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.LESS_THAN_OR_EQUALStatic value LessThanOrEqual for PostArgsOperator.static final PostArgsOperatorPostArgsOperator.REG_EXStatic value RegEx for PostArgsOperator.Methods in com.microsoft.azure.management.cdn that return PostArgsOperatorModifier and TypeMethodDescriptionstatic PostArgsOperatorPostArgsOperator.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.