84 строки
6.8 KiB
YAML
84 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods"
|
|
name: "DynamicThresholdFailingPeriods"
|
|
nameWithType: "DynamicThresholdFailingPeriods"
|
|
summary: "The minimum number of violations required within the selected lookback time window required to raise an alert."
|
|
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 **DynamicThresholdFailingPeriods**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.DynamicThresholdFailingPeriods()"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.DynamicThresholdFailingPeriods()"
|
|
name: "DynamicThresholdFailingPeriods()"
|
|
nameWithType: "DynamicThresholdFailingPeriods.DynamicThresholdFailingPeriods()"
|
|
syntax: "public DynamicThresholdFailingPeriods()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.minFailingPeriodsToAlert()"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.minFailingPeriodsToAlert()"
|
|
name: "minFailingPeriodsToAlert()"
|
|
nameWithType: "DynamicThresholdFailingPeriods.minFailingPeriodsToAlert()"
|
|
summary: "Get the number of violations to trigger an alert."
|
|
syntax: "public double minFailingPeriodsToAlert()"
|
|
desc: "Get the number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods."
|
|
returns:
|
|
description: "the minFailingPeriodsToAlert value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.numberOfEvaluationPeriods()"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.numberOfEvaluationPeriods()"
|
|
name: "numberOfEvaluationPeriods()"
|
|
nameWithType: "DynamicThresholdFailingPeriods.numberOfEvaluationPeriods()"
|
|
summary: "Get the number of aggregated lookback points."
|
|
syntax: "public double numberOfEvaluationPeriods()"
|
|
desc: "Get the number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points."
|
|
returns:
|
|
description: "the numberOfEvaluationPeriods value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert(double)"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert(double minFailingPeriodsToAlert)"
|
|
name: "withMinFailingPeriodsToAlert(double minFailingPeriodsToAlert)"
|
|
nameWithType: "DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert(double minFailingPeriodsToAlert)"
|
|
summary: "Set the number of violations to trigger an alert."
|
|
parameters:
|
|
- description: "the minFailingPeriodsToAlert value to set"
|
|
name: "minFailingPeriodsToAlert"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DynamicThresholdFailingPeriods withMinFailingPeriodsToAlert(double minFailingPeriodsToAlert)"
|
|
desc: "Set the number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods."
|
|
returns:
|
|
description: "the DynamicThresholdFailingPeriods object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods?alt=com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods&text=DynamicThresholdFailingPeriods\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods(double)"
|
|
fullName: "com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods(double numberOfEvaluationPeriods)"
|
|
name: "withNumberOfEvaluationPeriods(double numberOfEvaluationPeriods)"
|
|
nameWithType: "DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods(double numberOfEvaluationPeriods)"
|
|
summary: "Set the number of aggregated lookback points."
|
|
parameters:
|
|
- description: "the numberOfEvaluationPeriods value to set"
|
|
name: "numberOfEvaluationPeriods"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DynamicThresholdFailingPeriods withNumberOfEvaluationPeriods(double numberOfEvaluationPeriods)"
|
|
desc: "Set the number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points."
|
|
returns:
|
|
description: "the DynamicThresholdFailingPeriods object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods?alt=com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods&text=DynamicThresholdFailingPeriods\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The minimum number of violations required within the selected lookback time window required to raise an alert."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.monitor"
|
|
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4
|