Uses of Class
com.azure.resourcemanager.cdn.models.RequestUriOperator
Packages that use RequestUriOperator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RequestUriOperator in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type RequestUriOperator in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes operator to be matched.Fields in com.azure.resourcemanager.cdn.models declared as RequestUriOperatorModifier and TypeFieldDescriptionstatic final RequestUriOperatorRequestUriOperator.ANYStatic value Any for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.BEGINS_WITHStatic value BeginsWith for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.CONTAINSStatic value Contains for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.ENDS_WITHStatic value EndsWith for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.EQUALStatic value Equal for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.GREATER_THANStatic value GreaterThan for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.LESS_THANStatic value LessThan for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.LESS_THAN_OR_EQUALStatic value LessThanOrEqual for RequestUriOperator.static final RequestUriOperatorRequestUriOperator.REG_EXStatic value RegEx for RequestUriOperator.Methods in com.azure.resourcemanager.cdn.models that return RequestUriOperatorModifier and TypeMethodDescriptionstatic RequestUriOperatorRequestUriOperator.fromString(String name) Creates or finds a RequestUriOperator from its string representation.RequestUriMatchConditionParameters.operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RequestUriOperatorModifier and TypeMethodDescriptionstatic Collection<RequestUriOperator> RequestUriOperator.values()Gets known RequestUriOperator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type RequestUriOperatorModifier and TypeMethodDescriptionRequestUriMatchConditionParameters.withOperator(RequestUriOperator operator) Set the operator property: Describes operator to be matched.