OwaspCrsExclusionEntrySelectorMatchOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. OwaspCrsExclusionEntrySelectorMatchOperator
- com.
- com.
public final class OwaspCrsExclusionEntrySelectorMatchOperator
extends ExpandableStringEnum<OwaspCrsExclusionEntrySelectorMatchOperator>
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Owasp |
CONTAINS
Static value Contains for Owasp |
static final
Owasp |
ENDS_WITH
Static value Ends |
static final
Owasp |
EQUALS
Static value Equals for Owasp |
static final
Owasp |
EQUALS_ANY
Static value Equals |
static final
Owasp |
STARTS_WITH
Static value Starts |
Constructor Summary
Constructor | Description |
---|---|
OwaspCrsExclusionEntrySelectorMatchOperator() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Owasp |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Owasp |
fromString(String name)
Creates or finds a Owasp |
static
Collection<Owasp |
values()
Gets known Owasp |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTAINS
public static final OwaspCrsExclusionEntrySelectorMatchOperator CONTAINS
Static value Contains for OwaspCrsExclusionEntrySelectorMatchOperator.
ENDS_WITH
public static final OwaspCrsExclusionEntrySelectorMatchOperator ENDS_WITH
Static value EndsWith for OwaspCrsExclusionEntrySelectorMatchOperator.
EQUALS
public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS
Static value Equals for OwaspCrsExclusionEntrySelectorMatchOperator.
EQUALS_ANY
public static final OwaspCrsExclusionEntrySelectorMatchOperator EQUALS_ANY
Static value EqualsAny for OwaspCrsExclusionEntrySelectorMatchOperator.
STARTS_WITH
public static final OwaspCrsExclusionEntrySelectorMatchOperator STARTS_WITH
Static value StartsWith for OwaspCrsExclusionEntrySelectorMatchOperator.
Constructor Details
OwaspCrsExclusionEntrySelectorMatchOperator
@Deprecated
public OwaspCrsExclusionEntrySelectorMatchOperator()
Deprecated
Creates a new instance of OwaspCrsExclusionEntrySelectorMatchOperator value.
Method Details
fromString
public static OwaspCrsExclusionEntrySelectorMatchOperator fromString(String name)
Creates or finds a OwaspCrsExclusionEntrySelectorMatchOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OwaspCrsExclusionEntrySelectorMatchOperator values.
Returns:
Applies to
Azure SDK for Java