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