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