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