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

125 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition"
name: "MetricDynamicAlertCondition"
nameWithType: "MetricDynamicAlertCondition"
summary: "An immutable client-side representation of an Azure metric alert criteria."
syntax: "public interface **MetricDynamicAlertCondition**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DynamicMetricCriteria?alt=com.microsoft.azure.management.monitor.DynamicMetricCriteria&text=DynamicMetricCriteria\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricAlert?alt=com.microsoft.azure.management.monitor.MetricAlert&text=MetricAlert\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.alertSensitivity()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.alertSensitivity()"
name: "alertSensitivity()"
nameWithType: "MetricDynamicAlertCondition.alertSensitivity()"
summary: "Get the extent of deviation required to trigger an alert."
modifiers:
- "abstract"
syntax: "public abstract DynamicThresholdSensitivity alertSensitivity()"
desc: "Get the extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern."
returns:
description: "the threshold value"
type: "<xref href=\"com.microsoft.azure.management.monitor.DynamicThresholdSensitivity?alt=com.microsoft.azure.management.monitor.DynamicThresholdSensitivity&text=DynamicThresholdSensitivity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.condition()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.condition()"
name: "condition()"
nameWithType: "MetricDynamicAlertCondition.condition()"
summary: "Get the operator used to compare the metric value against the threshold."
modifiers:
- "abstract"
syntax: "public abstract DynamicThresholdOperator condition()"
desc: "Get the operator used to compare the metric value against the threshold."
returns:
description: "the operator value"
type: "<xref href=\"com.microsoft.azure.management.monitor.DynamicThresholdOperator?alt=com.microsoft.azure.management.monitor.DynamicThresholdOperator&text=DynamicThresholdOperator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.dimensions()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.dimensions()"
name: "dimensions()"
nameWithType: "MetricDynamicAlertCondition.dimensions()"
summary: "Get list of dimension conditions."
modifiers:
- "abstract"
syntax: "public abstract Collection<MetricDimension> dimensions()"
desc: "Get list of dimension conditions."
returns:
description: "the dimensions value"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.failingPeriods()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.failingPeriods()"
name: "failingPeriods()"
nameWithType: "MetricDynamicAlertCondition.failingPeriods()"
summary: "Get the minimum number of violations required within the selected lookback time window required to raise an alert."
modifiers:
- "abstract"
syntax: "public abstract DynamicThresholdFailingPeriods failingPeriods()"
desc: "Get the minimum number of violations required within the selected lookback time window required to raise an alert."
returns:
description: "the failingPeriods value"
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.MetricDynamicAlertCondition.ignoreDataBefore()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.ignoreDataBefore()"
name: "ignoreDataBefore()"
nameWithType: "MetricDynamicAlertCondition.ignoreDataBefore()"
summary: "Get the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format)."
modifiers:
- "abstract"
syntax: "public abstract DateTime ignoreDataBefore()"
desc: "Get the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format)."
returns:
description: "the ignoreDataBefore value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.metricName()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.metricName()"
name: "metricName()"
nameWithType: "MetricDynamicAlertCondition.metricName()"
summary: "Get name of the metric signal."
modifiers:
- "abstract"
syntax: "public abstract String metricName()"
desc: "Get name of the metric signal."
returns:
description: "the metricName 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.MetricDynamicAlertCondition.metricNamespace()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.metricNamespace()"
name: "metricNamespace()"
nameWithType: "MetricDynamicAlertCondition.metricNamespace()"
summary: "Get namespace of the metric."
modifiers:
- "abstract"
syntax: "public abstract String metricNamespace()"
desc: "Get namespace of the metric."
returns:
description: "the metricNamespace 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.MetricDynamicAlertCondition.name()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.name()"
name: "name()"
nameWithType: "MetricDynamicAlertCondition.name()"
summary: "Get name of the criteria."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Get name of the criteria."
returns:
description: "the name 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.MetricDynamicAlertCondition.timeAggregation()"
fullName: "com.microsoft.azure.management.monitor.MetricDynamicAlertCondition.timeAggregation()"
name: "timeAggregation()"
nameWithType: "MetricDynamicAlertCondition.timeAggregation()"
summary: "Get the criteria time aggregation types."
modifiers:
- "abstract"
syntax: "public abstract MetricAlertRuleTimeAggregation timeAggregation()"
desc: "Get the criteria time aggregation types. Possible values include: 'Average', 'Minimum', 'Maximum', 'Total'."
returns:
description: "the timeAggregation value"
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertRuleTimeAggregation?alt=com.microsoft.azure.management.monitor.MetricAlertRuleTimeAggregation&text=MetricAlertRuleTimeAggregation\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure metric alert criteria."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricAlert?alt=com.microsoft.azure.management.monitor.MetricAlert&text=MetricAlert\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.DynamicMetricCriteria?alt=com.microsoft.azure.management.monitor.DynamicMetricCriteria&text=DynamicMetricCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4