Class MonitoringType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MonitoringType>
com.azure.resourcemanager.dynatrace.models.MonitoringType

public final class MonitoringType extends com.azure.core.util.ExpandableStringEnum<MonitoringType>
The monitoring mode of OneAgent.
  • Field Details

    • CLOUD_INFRASTRUCTURE

      public static final MonitoringType CLOUD_INFRASTRUCTURE
      Static value CLOUD_INFRASTRUCTURE for MonitoringType.
    • FULL_STACK

      public static final MonitoringType FULL_STACK
      Static value FULL_STACK for MonitoringType.
  • Constructor Details

    • MonitoringType

      public MonitoringType()
  • Method Details

    • fromString

      public static MonitoringType fromString(String name)
      Creates or finds a MonitoringType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding MonitoringType.
    • values

      public static Collection<MonitoringType> values()
      Gets known MonitoringType values.
      Returns:
      known MonitoringType values.