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