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

117 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.FilteringTag"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag"
name: "FilteringTag"
nameWithType: "FilteringTag"
summary: "The definition of a filtering tag."
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 **FilteringTag**"
constructors:
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.FilteringTag()"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.FilteringTag()"
name: "FilteringTag()"
nameWithType: "FilteringTag.FilteringTag()"
summary: "Creates an instance of Filtering<wbr>Tag class."
syntax: "public FilteringTag()"
desc: "Creates an instance of FilteringTag class."
methods:
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.action()"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.action()"
name: "action()"
nameWithType: "FilteringTag.action()"
summary: "Get the action property: Valid actions for a filtering tag."
syntax: "public TagAction action()"
desc: "Get the action property: Valid actions for a filtering tag. Exclusion takes priority over inclusion."
returns:
description: "the action value."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.TagAction?alt=com.azure.resourcemanager.datadog.models.TagAction&text=TagAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.name()"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.name()"
name: "name()"
nameWithType: "FilteringTag.name()"
summary: "Get the name property: The name (also known as the key) of the tag."
syntax: "public String name()"
desc: "Get the name property: The name (also known as the key) of the tag."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.validate()"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.validate()"
name: "validate()"
nameWithType: "FilteringTag.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.value()"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.value()"
name: "value()"
nameWithType: "FilteringTag.value()"
summary: "Get the value property: The value of the tag."
syntax: "public String value()"
desc: "Get the value property: The value of the tag."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.withAction(com.azure.resourcemanager.datadog.models.TagAction)"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.withAction(TagAction action)"
name: "withAction(TagAction action)"
nameWithType: "FilteringTag.withAction(TagAction action)"
summary: "Set the action property: Valid actions for a filtering tag."
parameters:
- description: "the action value to set."
name: "action"
type: "<xref href=\"com.azure.resourcemanager.datadog.models.TagAction?alt=com.azure.resourcemanager.datadog.models.TagAction&text=TagAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FilteringTag withAction(TagAction action)"
desc: "Set the action property: Valid actions for a filtering tag. Exclusion takes priority over inclusion."
returns:
description: "the FilteringTag object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.withName(String name)"
name: "withName(String name)"
nameWithType: "FilteringTag.withName(String name)"
summary: "Set the name property: The name (also known as the key) of the tag."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FilteringTag withName(String name)"
desc: "Set the name property: The name (also known as the key) of the tag."
returns:
description: "the FilteringTag object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.FilteringTag.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.FilteringTag.withValue(String value)"
name: "withValue(String value)"
nameWithType: "FilteringTag.withValue(String value)"
summary: "Set the value property: The value of the tag."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FilteringTag withValue(String value)"
desc: "Set the value property: The value of the tag."
returns:
description: "the FilteringTag object itself."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.FilteringTag?alt=com.azure.resourcemanager.datadog.models.FilteringTag&text=FilteringTag\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0