93 строки
4.9 KiB
YAML
93 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.models.Tag"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag"
|
|
name: "Tag"
|
|
nameWithType: "Tag"
|
|
summary: "A tag of a saved search."
|
|
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 **Tag**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Tag.Tag()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.Tag()"
|
|
name: "Tag()"
|
|
nameWithType: "Tag.Tag()"
|
|
summary: "Creates an instance of Tag class."
|
|
syntax: "public Tag()"
|
|
desc: "Creates an instance of Tag class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Tag.name()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.name()"
|
|
name: "name()"
|
|
nameWithType: "Tag.name()"
|
|
summary: "Get the name property: The tag name."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The tag name."
|
|
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.loganalytics.models.Tag.validate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Tag.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Tag.value()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.value()"
|
|
name: "value()"
|
|
nameWithType: "Tag.value()"
|
|
summary: "Get the value property: The tag value."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: The tag value."
|
|
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.loganalytics.models.Tag.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "Tag.withName(String name)"
|
|
summary: "Set the name property: The tag name."
|
|
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 Tag withName(String name)"
|
|
desc: "Set the name property: The tag name."
|
|
returns:
|
|
description: "the Tag object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Tag?alt=com.azure.resourcemanager.loganalytics.models.Tag&text=Tag\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.models.Tag.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.models.Tag.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "Tag.withValue(String value)"
|
|
summary: "Set the value property: The tag value."
|
|
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 Tag withValue(String value)"
|
|
desc: "Set the value property: The tag value."
|
|
returns:
|
|
description: "the Tag object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Tag?alt=com.azure.resourcemanager.loganalytics.models.Tag&text=Tag\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A tag of a saved search."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|