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

180 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria"
name: "MultiMetricCriteria"
nameWithType: "MultiMetricCriteria"
summary: "The types of conditions for a multi resource 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 **MultiMetricCriteria**"
constructors:
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.MultiMetricCriteria()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.MultiMetricCriteria()"
name: "MultiMetricCriteria()"
nameWithType: "MultiMetricCriteria.MultiMetricCriteria()"
syntax: "public MultiMetricCriteria()"
methods:
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.additionalProperties()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.additionalProperties()"
name: "additionalProperties()"
nameWithType: "MultiMetricCriteria.additionalProperties()"
summary: "Get unmatched properties from the message are deserialized this collection."
syntax: "public Map<String,Object> additionalProperties()"
desc: "Get unmatched properties from the message are deserialized this collection."
returns:
description: "the additionalProperties value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.dimensions()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.dimensions()"
name: "dimensions()"
nameWithType: "MultiMetricCriteria.dimensions()"
summary: "Get list of dimension conditions."
syntax: "public List<MetricDimension> dimensions()"
desc: "Get list of dimension conditions."
returns:
description: "the dimensions 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.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.metricName()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.metricName()"
name: "metricName()"
nameWithType: "MultiMetricCriteria.metricName()"
summary: "Get name of the metric."
syntax: "public String metricName()"
desc: "Get name of the metric."
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.MultiMetricCriteria.metricNamespace()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.metricNamespace()"
name: "metricNamespace()"
nameWithType: "MultiMetricCriteria.metricNamespace()"
summary: "Get namespace of the metric."
syntax: "public 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.MultiMetricCriteria.name()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.name()"
name: "name()"
nameWithType: "MultiMetricCriteria.name()"
summary: "Get name of the criteria."
syntax: "public 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.MultiMetricCriteria.timeAggregation()"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.timeAggregation()"
name: "timeAggregation()"
nameWithType: "MultiMetricCriteria.timeAggregation()"
summary: "Get the criteria time aggregation types."
syntax: "public Object timeAggregation()"
desc: "Get the criteria time aggregation types."
returns:
description: "the timeAggregation value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withAdditionalProperties(Map<String,Object> additionalProperties)"
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
nameWithType: "MultiMetricCriteria.withAdditionalProperties(Map<String,Object> additionalProperties)"
summary: "Set unmatched properties from the message are deserialized this collection."
parameters:
- description: "the additionalProperties value to set"
name: "additionalProperties"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MultiMetricCriteria withAdditionalProperties(Map<String,Object> additionalProperties)"
desc: "Set unmatched properties from the message are deserialized this collection."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withDimensions(java.util.List<com.microsoft.azure.management.monitor.MetricDimension>)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withDimensions(List<MetricDimension> dimensions)"
name: "withDimensions(List<MetricDimension> dimensions)"
nameWithType: "MultiMetricCriteria.withDimensions(List<MetricDimension> dimensions)"
summary: "Set list of dimension conditions."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
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.MetricDimension?alt=com.microsoft.azure.management.monitor.MetricDimension&text=MetricDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MultiMetricCriteria withDimensions(List<MetricDimension> dimensions)"
desc: "Set list of dimension conditions."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricName(String metricName)"
name: "withMetricName(String metricName)"
nameWithType: "MultiMetricCriteria.withMetricName(String metricName)"
summary: "Set name of the metric."
parameters:
- description: "the metricName value to set"
name: "metricName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MultiMetricCriteria withMetricName(String metricName)"
desc: "Set name of the metric."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricNamespace(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withMetricNamespace(String metricNamespace)"
name: "withMetricNamespace(String metricNamespace)"
nameWithType: "MultiMetricCriteria.withMetricNamespace(String metricNamespace)"
summary: "Set namespace of the metric."
parameters:
- description: "the metricNamespace value to set"
name: "metricNamespace"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MultiMetricCriteria withMetricNamespace(String metricNamespace)"
desc: "Set namespace of the metric."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withName(String name)"
name: "withName(String name)"
nameWithType: "MultiMetricCriteria.withName(String name)"
summary: "Set name of the criteria."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MultiMetricCriteria withName(String name)"
desc: "Set name of the criteria."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withTimeAggregation(java.lang.Object)"
fullName: "com.microsoft.azure.management.monitor.MultiMetricCriteria.withTimeAggregation(Object timeAggregation)"
name: "withTimeAggregation(Object timeAggregation)"
nameWithType: "MultiMetricCriteria.withTimeAggregation(Object timeAggregation)"
summary: "Set the criteria time aggregation types."
parameters:
- description: "the timeAggregation value to set"
name: "timeAggregation"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MultiMetricCriteria withTimeAggregation(Object timeAggregation)"
desc: "Set the criteria time aggregation types."
returns:
description: "the MultiMetricCriteria object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MultiMetricCriteria?alt=com.microsoft.azure.management.monitor.MultiMetricCriteria&text=MultiMetricCriteria\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The types of conditions for a multi resource alert."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4