Class RemoteAddressOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RemoteAddressOperator>
com.azure.resourcemanager.cdn.models.RemoteAddressOperator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RemoteAddressOperator
extends com.azure.core.util.ExpandableStringEnum<RemoteAddressOperator>
Describes operator to be matched.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemoteAddressOperatorStatic value Any for RemoteAddressOperator.static final RemoteAddressOperatorStatic value GeoMatch for RemoteAddressOperator.static final RemoteAddressOperatorStatic value IPMatch for RemoteAddressOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteAddressOperatorfromString(String name) Creates or finds a RemoteAddressOperator from its string representation.static Collection<RemoteAddressOperator> values()Gets known RemoteAddressOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ANY
Static value Any for RemoteAddressOperator. -
IPMATCH
Static value IPMatch for RemoteAddressOperator. -
GEO_MATCH
Static value GeoMatch for RemoteAddressOperator.
-
-
Constructor Details
-
RemoteAddressOperator
Deprecated.Use thefromString(String)factory method.Creates a new instance of RemoteAddressOperator value.
-
-
Method Details
-
fromString
Creates or finds a RemoteAddressOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RemoteAddressOperator.
-
values
Gets known RemoteAddressOperator values.- Returns:
- known RemoteAddressOperator values.
-
fromString(String)factory method.