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