132 строки
9.6 KiB
YAML
132 строки
9.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.LogMetricTrigger"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger"
|
|
name: "LogMetricTrigger"
|
|
nameWithType: "LogMetricTrigger"
|
|
summary: "A log metrics trigger descriptor."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?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 **LogMetricTrigger**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.LogMetricTrigger()"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.LogMetricTrigger()"
|
|
name: "LogMetricTrigger()"
|
|
nameWithType: "LogMetricTrigger.LogMetricTrigger()"
|
|
syntax: "public LogMetricTrigger()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.metricColumn()"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.metricColumn()"
|
|
name: "metricColumn()"
|
|
nameWithType: "LogMetricTrigger.metricColumn()"
|
|
summary: "Get evaluation of metric on a particular column."
|
|
syntax: "public String metricColumn()"
|
|
desc: "Get evaluation of metric on a particular column."
|
|
returns:
|
|
description: "the metricColumn value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.metricTriggerType()"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.metricTriggerType()"
|
|
name: "metricTriggerType()"
|
|
nameWithType: "LogMetricTrigger.metricTriggerType()"
|
|
summary: "Get metric Trigger Type - 'Consecutive' or 'Total'."
|
|
syntax: "public MetricTriggerType metricTriggerType()"
|
|
desc: "Get metric Trigger Type - 'Consecutive' or 'Total'. Possible values include: 'Consecutive', 'Total'."
|
|
returns:
|
|
description: "the metricTriggerType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricTriggerType?alt=com.microsoft.azure.management.monitor.MetricTriggerType&text=MetricTriggerType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.threshold()"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.threshold()"
|
|
name: "threshold()"
|
|
nameWithType: "LogMetricTrigger.threshold()"
|
|
summary: "Get the threshold of the metric trigger."
|
|
syntax: "public Double threshold()"
|
|
desc: "Get the threshold of the metric trigger."
|
|
returns:
|
|
description: "the threshold value"
|
|
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.thresholdOperator()"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.thresholdOperator()"
|
|
name: "thresholdOperator()"
|
|
nameWithType: "LogMetricTrigger.thresholdOperator()"
|
|
summary: "Get evaluation operation for Metric -'Greater<wbr>Than' or 'Less<wbr>Than' or 'Equal'."
|
|
syntax: "public ConditionalOperator thresholdOperator()"
|
|
desc: "Get evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'. Possible values include: 'GreaterThan', 'LessThan', 'Equal'."
|
|
returns:
|
|
description: "the thresholdOperator value"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.ConditionalOperator?alt=com.microsoft.azure.management.monitor.ConditionalOperator&text=ConditionalOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.withMetricColumn(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.withMetricColumn(String metricColumn)"
|
|
name: "withMetricColumn(String metricColumn)"
|
|
nameWithType: "LogMetricTrigger.withMetricColumn(String metricColumn)"
|
|
summary: "Set evaluation of metric on a particular column."
|
|
parameters:
|
|
- description: "the metricColumn value to set"
|
|
name: "metricColumn"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public LogMetricTrigger withMetricColumn(String metricColumn)"
|
|
desc: "Set evaluation of metric on a particular column."
|
|
returns:
|
|
description: "the LogMetricTrigger object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.LogMetricTrigger?alt=com.microsoft.azure.management.monitor.LogMetricTrigger&text=LogMetricTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.withMetricTriggerType(com.microsoft.azure.management.monitor.MetricTriggerType)"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)"
|
|
name: "withMetricTriggerType(MetricTriggerType metricTriggerType)"
|
|
nameWithType: "LogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType)"
|
|
summary: "Set metric Trigger Type - 'Consecutive' or 'Total'."
|
|
parameters:
|
|
- description: "the metricTriggerType value to set"
|
|
name: "metricTriggerType"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricTriggerType?alt=com.microsoft.azure.management.monitor.MetricTriggerType&text=MetricTriggerType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public LogMetricTrigger withMetricTriggerType(MetricTriggerType metricTriggerType)"
|
|
desc: "Set metric Trigger Type - 'Consecutive' or 'Total'. Possible values include: 'Consecutive', 'Total'."
|
|
returns:
|
|
description: "the LogMetricTrigger object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.LogMetricTrigger?alt=com.microsoft.azure.management.monitor.LogMetricTrigger&text=LogMetricTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.withThreshold(java.lang.Double)"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.withThreshold(Double threshold)"
|
|
name: "withThreshold(Double threshold)"
|
|
nameWithType: "LogMetricTrigger.withThreshold(Double threshold)"
|
|
summary: "Set the threshold of the metric trigger."
|
|
parameters:
|
|
- description: "the threshold value to set"
|
|
name: "threshold"
|
|
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public LogMetricTrigger withThreshold(Double threshold)"
|
|
desc: "Set the threshold of the metric trigger."
|
|
returns:
|
|
description: "the LogMetricTrigger object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.LogMetricTrigger?alt=com.microsoft.azure.management.monitor.LogMetricTrigger&text=LogMetricTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.LogMetricTrigger.withThresholdOperator(com.microsoft.azure.management.monitor.ConditionalOperator)"
|
|
fullName: "com.microsoft.azure.management.monitor.LogMetricTrigger.withThresholdOperator(ConditionalOperator thresholdOperator)"
|
|
name: "withThresholdOperator(ConditionalOperator thresholdOperator)"
|
|
nameWithType: "LogMetricTrigger.withThresholdOperator(ConditionalOperator thresholdOperator)"
|
|
summary: "Set evaluation operation for Metric -'Greater<wbr>Than' or 'Less<wbr>Than' or 'Equal'."
|
|
parameters:
|
|
- description: "the thresholdOperator value to set"
|
|
name: "thresholdOperator"
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.ConditionalOperator?alt=com.microsoft.azure.management.monitor.ConditionalOperator&text=ConditionalOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public LogMetricTrigger withThresholdOperator(ConditionalOperator thresholdOperator)"
|
|
desc: "Set evaluation operation for Metric -'GreaterThan' or 'LessThan' or 'Equal'. Possible values include: 'GreaterThan', 'LessThan', 'Equal'."
|
|
returns:
|
|
description: "the LogMetricTrigger object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.LogMetricTrigger?alt=com.microsoft.azure.management.monitor.LogMetricTrigger&text=LogMetricTrigger\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A log metrics trigger descriptor."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|