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