Class ConnectionMonitorType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectionMonitorType>
com.azure.resourcemanager.network.models.ConnectionMonitorType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ConnectionMonitorType
extends com.azure.core.util.ExpandableStringEnum<ConnectionMonitorType>
Type of connection monitor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectionMonitorTypeStatic value MultiEndpoint for ConnectionMonitorType.static final ConnectionMonitorTypeStatic value SingleSourceDestination for ConnectionMonitorType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionMonitorTypefromString(String name) Creates or finds a ConnectionMonitorType from its string representation.static Collection<ConnectionMonitorType> values()Gets known ConnectionMonitorType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MULTI_ENDPOINT
Static value MultiEndpoint for ConnectionMonitorType. -
SINGLE_SOURCE_DESTINATION
Static value SingleSourceDestination for ConnectionMonitorType.
-
-
Constructor Details
-
ConnectionMonitorType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConnectionMonitorType value.
-
-
Method Details
-
fromString
Creates or finds a ConnectionMonitorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConnectionMonitorType.
-
values
Gets known ConnectionMonitorType values.- Returns:
- known ConnectionMonitorType values.
-
fromString(String)factory method.