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