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