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

67 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.TagsObject"
fullName: "com.azure.resourcemanager.mysql.models.TagsObject"
name: "TagsObject"
nameWithType: "TagsObject"
summary: "Tags object for patch operations."
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 **TagsObject**"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.TagsObject.TagsObject()"
fullName: "com.azure.resourcemanager.mysql.models.TagsObject.TagsObject()"
name: "TagsObject()"
nameWithType: "TagsObject.TagsObject()"
syntax: "public TagsObject()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.TagsObject.tags()"
fullName: "com.azure.resourcemanager.mysql.models.TagsObject.tags()"
name: "tags()"
nameWithType: "TagsObject.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.mysql.models.TagsObject.validate()"
fullName: "com.azure.resourcemanager.mysql.models.TagsObject.validate()"
name: "validate()"
nameWithType: "TagsObject.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.TagsObject.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.mysql.models.TagsObject.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "TagsObject.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public TagsObject withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the TagsObject object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.TagsObject?alt=com.azure.resourcemanager.mysql.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Tags object for patch operations."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2