ExceptionEntrySelectorMatchOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExceptionEntrySelectorMatchOperator
- com.
- com.
public final class ExceptionEntrySelectorMatchOperator
extends ExpandableStringEnum<ExceptionEntrySelectorMatchOperator>
When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Exception |
CONTAINS
Static value Contains for Exception |
static final
Exception |
ENDS_WITH
Static value Ends |
static final
Exception |
EQUALS
Static value Equals for Exception |
static final
Exception |
STARTS_WITH
Static value Starts |
Constructor Summary
Constructor | Description |
---|---|
ExceptionEntrySelectorMatchOperator() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Exception |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Exception |
fromString(String name)
Creates or finds a Exception |
static
Collection<Exception |
values()
Gets known Exception |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTAINS
public static final ExceptionEntrySelectorMatchOperator CONTAINS
Static value Contains for ExceptionEntrySelectorMatchOperator.
ENDS_WITH
public static final ExceptionEntrySelectorMatchOperator ENDS_WITH
Static value EndsWith for ExceptionEntrySelectorMatchOperator.
EQUALS
public static final ExceptionEntrySelectorMatchOperator EQUALS
Static value Equals for ExceptionEntrySelectorMatchOperator.
STARTS_WITH
public static final ExceptionEntrySelectorMatchOperator STARTS_WITH
Static value StartsWith for ExceptionEntrySelectorMatchOperator.
Constructor Details
ExceptionEntrySelectorMatchOperator
@Deprecated
public ExceptionEntrySelectorMatchOperator()
Deprecated
Creates a new instance of ExceptionEntrySelectorMatchOperator value.
Method Details
fromString
public static ExceptionEntrySelectorMatchOperator fromString(String name)
Creates or finds a ExceptionEntrySelectorMatchOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExceptionEntrySelectorMatchOperator values.
Returns:
Applies to
Azure SDK for Java