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