### YamlMime:JavaType uid: "com.azure.resourcemanager.deviceupdate.models.TagUpdate" fullName: "com.azure.resourcemanager.deviceupdate.models.TagUpdate" name: "TagUpdate" nameWithType: "TagUpdate" summary: "Request payload used to update an existing resource's tags." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **TagUpdate**" constructors: - uid: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.TagUpdate()" fullName: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.TagUpdate()" name: "TagUpdate()" nameWithType: "TagUpdate.TagUpdate()" summary: "Creates an instance of TagUpdate class." syntax: "public TagUpdate()" desc: "Creates an instance of TagUpdate class." methods: - uid: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.tags()" fullName: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.tags()" name: "tags()" nameWithType: "TagUpdate.tags()" summary: "Get the tags property: List of key value pairs that describe the resource." syntax: "public Map tags()" desc: "Get the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags." returns: description: "the tags value." type: "Map<String,String>" - uid: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.validate()" fullName: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.validate()" name: "validate()" nameWithType: "TagUpdate.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.withTags(java.util.Map)" fullName: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.withTags(Map tags)" name: "withTags(Map tags)" nameWithType: "TagUpdate.withTags(Map tags)" summary: "Set the tags property: List of key value pairs that describe the resource." parameters: - description: "the tags value to set." name: "tags" type: "Map<String,String>" syntax: "public TagUpdate withTags(Map tags)" desc: "Set the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags." returns: description: "the TagUpdate object itself." type: "" type: "class" desc: "Request payload used to update an existing resource's tags." metadata: {} package: "com.azure.resourcemanager.deviceupdate.models" artifact: com.azure.resourcemanager:azure-resourcemanager-deviceupdate:1.0.0