azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

69 строки
5.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.MetricRules"
fullName: "com.azure.resourcemanager.datadog.models.MetricRules"
name: "MetricRules"
nameWithType: "MetricRules"
summary: "Set of rules for sending metrics for the Monitor resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MetricRules**"
constructors:
- uid: "com.azure.resourcemanager.datadog.models.MetricRules.MetricRules()"
fullName: "com.azure.resourcemanager.datadog.models.MetricRules.MetricRules()"
name: "MetricRules()"
nameWithType: "MetricRules.MetricRules()"
summary: "Creates an instance of Metric<wbr>Rules class."
syntax: "public MetricRules()"
desc: "Creates an instance of MetricRules class."
methods:
- uid: "com.azure.resourcemanager.datadog.models.MetricRules.filteringTags()"
fullName: "com.azure.resourcemanager.datadog.models.MetricRules.filteringTags()"
name: "filteringTags()"
nameWithType: "MetricRules.filteringTags()"
summary: "Get the filtering<wbr>Tags property: List of filtering tags to be used for capturing metrics."
syntax: "public List<FilteringTag> filteringTags()"
desc: "Get the filteringTags property: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags."
returns:
description: "the filteringTags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.MetricRules.validate()"
fullName: "com.azure.resourcemanager.datadog.models.MetricRules.validate()"
name: "validate()"
nameWithType: "MetricRules.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.datadog.models.MetricRules.withFilteringTags(java.util.List<com.azure.resourcemanager.datadog.models.FilteringTag>)"
fullName: "com.azure.resourcemanager.datadog.models.MetricRules.withFilteringTags(List<FilteringTag> filteringTags)"
name: "withFilteringTags(List<FilteringTag> filteringTags)"
nameWithType: "MetricRules.withFilteringTags(List<FilteringTag> filteringTags)"
summary: "Set the filtering<wbr>Tags property: List of filtering tags to be used for capturing metrics."
parameters:
- description: "the filteringTags value to set."
name: "filteringTags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MetricRules withFilteringTags(List<FilteringTag> filteringTags)"
desc: "Set the filteringTags property: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags."
returns:
description: "the MetricRules object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.MetricRules?alt=com.azure.resourcemanager.datadog.models.MetricRules&text=MetricRules\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Set of rules for sending metrics for the Monitor resource."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0