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

101 строка
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricAlertCondition"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition"
name: "MetricAlertCondition"
nameWithType: "MetricAlertCondition"
summary: "An immutable client-side representation of an Azure metric dynamic alert criteria."
syntax: "public interface **MetricAlertCondition**</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.MetricCriteria?alt=com.microsoft.azure.management.monitor.MetricCriteria&text=MetricCriteria\" 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.MetricAlertCondition.condition()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.condition()"
name: "condition()"
nameWithType: "MetricAlertCondition.condition()"
summary: "Get the criteria operator."
modifiers:
- "abstract"
syntax: "public abstract MetricAlertRuleCondition condition()"
desc: "Get the criteria operator. Possible values include: 'Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqual', 'LessThan', 'LessThanOrEqual'."
returns:
description: "the operator value"
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertRuleCondition?alt=com.microsoft.azure.management.monitor.MetricAlertRuleCondition&text=MetricAlertRuleCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertCondition.dimensions()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.dimensions()"
name: "dimensions()"
nameWithType: "MetricAlertCondition.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.MetricAlertCondition.metricName()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.metricName()"
name: "metricName()"
nameWithType: "MetricAlertCondition.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.MetricAlertCondition.metricNamespace()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.metricNamespace()"
name: "metricNamespace()"
nameWithType: "MetricAlertCondition.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.MetricAlertCondition.name()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.name()"
name: "name()"
nameWithType: "MetricAlertCondition.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.MetricAlertCondition.threshold()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.threshold()"
name: "threshold()"
nameWithType: "MetricAlertCondition.threshold()"
summary: "Get the criteria threshold value that activates the alert."
modifiers:
- "abstract"
syntax: "public abstract double threshold()"
desc: "Get the criteria threshold value that activates the alert."
returns:
description: "the threshold value"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertCondition.timeAggregation()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertCondition.timeAggregation()"
name: "timeAggregation()"
nameWithType: "MetricAlertCondition.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 dynamic 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.MetricCriteria?alt=com.microsoft.azure.management.monitor.MetricCriteria&text=MetricCriteria\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4