Uses of Class
com.azure.resourcemanager.cdn.models.PostArgsOperator
-
Packages that use PostArgsOperator Package Description com.azure.resourcemanager.cdn.models 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 PostArgsOperator Modifier and Type Field Description static PostArgsOperatorPostArgsOperator. ANYStatic value Any for PostArgsOperator.static PostArgsOperatorPostArgsOperator. BEGINS_WITHStatic value BeginsWith for PostArgsOperator.static PostArgsOperatorPostArgsOperator. CONTAINSStatic value Contains for PostArgsOperator.static PostArgsOperatorPostArgsOperator. ENDS_WITHStatic value EndsWith for PostArgsOperator.static PostArgsOperatorPostArgsOperator. EQUALStatic value Equal for PostArgsOperator.static PostArgsOperatorPostArgsOperator. GREATER_THANStatic value GreaterThan for PostArgsOperator.static PostArgsOperatorPostArgsOperator. GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for PostArgsOperator.static PostArgsOperatorPostArgsOperator. LESS_THANStatic value LessThan for PostArgsOperator.static PostArgsOperatorPostArgsOperator. LESS_THAN_OR_EQUALStatic value LessThanOrEqual for PostArgsOperator.static PostArgsOperatorPostArgsOperator. REG_EXStatic value RegEx for PostArgsOperator.Methods in com.azure.resourcemanager.cdn.models that return PostArgsOperator Modifier and Type Method Description static PostArgsOperatorPostArgsOperator. fromString(String name)Creates or finds a PostArgsOperator from its string representation.PostArgsOperatorPostArgsMatchConditionParameters. operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PostArgsOperator Modifier and Type Method Description static Collection<PostArgsOperator>PostArgsOperator. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type PostArgsOperator Modifier and Type Method Description PostArgsMatchConditionParametersPostArgsMatchConditionParameters. withOperator(PostArgsOperator operator)Set the operator property: Describes operator to be matched.
-