Uses of Class
com.azure.resourcemanager.cdn.models.PostArgsOperator
Packages that use PostArgsOperator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of PostArgsOperator in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models 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.azure.resourcemanager.cdn.models that return PostArgsOperatorModifier and TypeMethodDescriptionstatic PostArgsOperatorPostArgsOperator.fromString(String name) Creates or finds a PostArgsOperator from its string representation.PostArgsMatchConditionParameters.operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PostArgsOperatorModifier and TypeMethodDescriptionstatic Collection<PostArgsOperator>PostArgsOperator.values()Gets known PostArgsOperator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type PostArgsOperatorModifier and TypeMethodDescriptionPostArgsMatchConditionParameters.withOperator(PostArgsOperator operator) Set the operator property: Describes operator to be matched.