Class ConnectionMonitorType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ConnectionMonitorType>
-
- com.azure.resourcemanager.network.models.ConnectionMonitorType
-
public final class ConnectionMonitorType extends com.azure.core.util.ExpandableStringEnum<ConnectionMonitorType>
Defines values for ConnectionMonitorType.
-
-
Field Summary
Fields Modifier and Type Field Description static ConnectionMonitorTypeMULTI_ENDPOINTStatic value MultiEndpoint for ConnectionMonitorType.static ConnectionMonitorTypeSINGLE_SOURCE_DESTINATIONStatic value SingleSourceDestination for ConnectionMonitorType.
-
Constructor Summary
Constructors Constructor Description ConnectionMonitorType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConnectionMonitorTypefromString(String name)Creates or finds a ConnectionMonitorType from its string representation.static Collection<ConnectionMonitorType>values()
-
-
-
Field Detail
-
MULTI_ENDPOINT
public static final ConnectionMonitorType MULTI_ENDPOINT
Static value MultiEndpoint for ConnectionMonitorType.
-
SINGLE_SOURCE_DESTINATION
public static final ConnectionMonitorType SINGLE_SOURCE_DESTINATION
Static value SingleSourceDestination for ConnectionMonitorType.
-
-
Method Detail
-
fromString
public static ConnectionMonitorType fromString(String name)
Creates or finds a ConnectionMonitorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConnectionMonitorType.
-
values
public static Collection<ConnectionMonitorType> values()
- Returns:
- known ConnectionMonitorType values.
-
-