ExceptionEntryValueMatchOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExceptionEntryValueMatchOperator
- com.
- com.
public final class ExceptionEntryValueMatchOperator
extends ExpandableStringEnum<ExceptionEntryValueMatchOperator>
Operates on the allowed values for the matchVariable.
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 |
IPMATCH
Static value IPMatch for Exception |
static final
Exception |
STARTS_WITH
Static value Starts |
Constructor Summary
Constructor | Description |
---|---|
ExceptionEntryValueMatchOperator() |
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 ExceptionEntryValueMatchOperator CONTAINS
Static value Contains for ExceptionEntryValueMatchOperator.
ENDS_WITH
public static final ExceptionEntryValueMatchOperator ENDS_WITH
Static value EndsWith for ExceptionEntryValueMatchOperator.
EQUALS
public static final ExceptionEntryValueMatchOperator EQUALS
Static value Equals for ExceptionEntryValueMatchOperator.
IPMATCH
public static final ExceptionEntryValueMatchOperator IPMATCH
Static value IPMatch for ExceptionEntryValueMatchOperator.
STARTS_WITH
public static final ExceptionEntryValueMatchOperator STARTS_WITH
Static value StartsWith for ExceptionEntryValueMatchOperator.
Constructor Details
ExceptionEntryValueMatchOperator
@Deprecated
public ExceptionEntryValueMatchOperator()
Deprecated
Creates a new instance of ExceptionEntryValueMatchOperator value.
Method Details
fromString
public static ExceptionEntryValueMatchOperator fromString(String name)
Creates or finds a ExceptionEntryValueMatchOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExceptionEntryValueMatchOperator values.
Returns:
Applies to
Azure SDK for Java