Class ConnectionMonitorType


  • public final class ConnectionMonitorType
    extends com.azure.core.util.ExpandableStringEnum<ConnectionMonitorType>
    Defines values for ConnectionMonitorType.
    • 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.
    • Constructor Detail

      • ConnectionMonitorType

        public 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.