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>
Type of connection monitor.
  • Field Details

    • 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 Details

    • ConnectionMonitorType

      @Deprecated public ConnectionMonitorType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ConnectionMonitorType value.
  • Method Details

    • 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()
      Gets known ConnectionMonitorType values.
      Returns:
      known ConnectionMonitorType values.