Class ConnectionMonitorEndpointFilterType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectionMonitorEndpointFilterType>
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilterType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ConnectionMonitorEndpointFilterType
extends com.azure.core.util.ExpandableStringEnum<ConnectionMonitorEndpointFilterType>
The behavior of the endpoint filter. Currently only 'Include' is supported.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectionMonitorEndpointFilterTypeStatic value Include for ConnectionMonitorEndpointFilterType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ConnectionMonitorEndpointFilterType from its string representation.values()Gets known ConnectionMonitorEndpointFilterType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INCLUDE
Static value Include for ConnectionMonitorEndpointFilterType.
-
-
Constructor Details
-
ConnectionMonitorEndpointFilterType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConnectionMonitorEndpointFilterType value.
-
-
Method Details
-
fromString
Creates or finds a ConnectionMonitorEndpointFilterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConnectionMonitorEndpointFilterType.
-
values
Gets known ConnectionMonitorEndpointFilterType values.- Returns:
- known ConnectionMonitorEndpointFilterType values.
-
fromString(String)factory method.