Class LogToMetricAction

java.lang.Object
com.microsoft.azure.management.monitor.Action
com.microsoft.azure.management.monitor.LogToMetricAction

public class LogToMetricAction extends Action
Specify action need to be taken when rule type is converting log to metric.
  • Constructor Details

    • LogToMetricAction

      public LogToMetricAction()
  • Method Details

    • criteria

      public List<Criteria> criteria()
      Get criteria of Metric.
      Returns:
      the criteria value
    • withCriteria

      public LogToMetricAction withCriteria(List<Criteria> criteria)
      Set criteria of Metric.
      Parameters:
      criteria - the criteria value to set
      Returns:
      the LogToMetricAction object itself.