azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

61 строка
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.LogToMetricAction"
fullName: "com.microsoft.azure.management.monitor.LogToMetricAction"
name: "LogToMetricAction"
nameWithType: "LogToMetricAction"
summary: "Specify action need to be taken when rule type is converting log to metric."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.monitor.Action?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **LogToMetricAction**</br> extends <xref href=\"com.microsoft.azure.management.monitor.Action?alt=com.microsoft.azure.management.monitor.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.monitor.LogToMetricAction.LogToMetricAction()"
fullName: "com.microsoft.azure.management.monitor.LogToMetricAction.LogToMetricAction()"
name: "LogToMetricAction()"
nameWithType: "LogToMetricAction.LogToMetricAction()"
syntax: "public LogToMetricAction()"
methods:
- uid: "com.microsoft.azure.management.monitor.LogToMetricAction.criteria()"
fullName: "com.microsoft.azure.management.monitor.LogToMetricAction.criteria()"
name: "criteria()"
nameWithType: "LogToMetricAction.criteria()"
summary: "Get criteria of Metric."
syntax: "public List<Criteria> criteria()"
desc: "Get criteria of Metric."
returns:
description: "the criteria value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.Criteria?alt=com.microsoft.azure.management.monitor.Criteria&text=Criteria\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.LogToMetricAction.withCriteria(java.util.List<com.microsoft.azure.management.monitor.Criteria>)"
fullName: "com.microsoft.azure.management.monitor.LogToMetricAction.withCriteria(List<Criteria> criteria)"
name: "withCriteria(List<Criteria> criteria)"
nameWithType: "LogToMetricAction.withCriteria(List<Criteria> criteria)"
summary: "Set criteria of Metric."
parameters:
- description: "the criteria value to set"
name: "criteria"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.Criteria?alt=com.microsoft.azure.management.monitor.Criteria&text=Criteria\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public LogToMetricAction withCriteria(List<Criteria> criteria)"
desc: "Set criteria of Metric."
returns:
description: "the LogToMetricAction object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.LogToMetricAction?alt=com.microsoft.azure.management.monitor.LogToMetricAction&text=LogToMetricAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specify action need to be taken when rule type is converting log to metric."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4