Class ExceptionEntrySelectorMatchOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExceptionEntrySelectorMatchOperator>
com.azure.resourcemanager.network.models.ExceptionEntrySelectorMatchOperator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExceptionEntrySelectorMatchOperator
extends com.azure.core.util.ExpandableStringEnum<ExceptionEntrySelectorMatchOperator>
When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExceptionEntrySelectorMatchOperatorStatic value Contains for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorStatic value EndsWith for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorStatic value Equals for ExceptionEntrySelectorMatchOperator.static final ExceptionEntrySelectorMatchOperatorStatic value StartsWith for ExceptionEntrySelectorMatchOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.values()Gets known ExceptionEntrySelectorMatchOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EQUALS
Static value Equals for ExceptionEntrySelectorMatchOperator. -
CONTAINS
Static value Contains for ExceptionEntrySelectorMatchOperator. -
STARTS_WITH
Static value StartsWith for ExceptionEntrySelectorMatchOperator. -
ENDS_WITH
Static value EndsWith for ExceptionEntrySelectorMatchOperator.
-
-
Constructor Details
-
ExceptionEntrySelectorMatchOperator
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExceptionEntrySelectorMatchOperator value.
-
-
Method Details
-
fromString
Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExceptionEntrySelectorMatchOperator.
-
values
Gets known ExceptionEntrySelectorMatchOperator values.- Returns:
- known ExceptionEntrySelectorMatchOperator values.
-
fromString(String)factory method.