Class LogToMetricAction
java.lang.Object
com.microsoft.azure.management.monitor.Action
com.microsoft.azure.management.monitor.LogToMetricAction
Specify action need to be taken when rule type is converting log to metric.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncriteria()
Get criteria of Metric.withCriteria
(List<Criteria> criteria) Set criteria of Metric.
-
Constructor Details
-
LogToMetricAction
public LogToMetricAction()
-
-
Method Details
-
criteria
Get criteria of Metric.- Returns:
- the criteria value
-
withCriteria
Set criteria of Metric.- Parameters:
criteria
- the criteria value to set- Returns:
- the LogToMetricAction object itself.
-