69 строки
4.6 KiB
YAML
69 строки
4.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.graphservices.models.TagUpdate"
|
|
fullName: "com.azure.resourcemanager.graphservices.models.TagUpdate"
|
|
name: "TagUpdate"
|
|
nameWithType: "TagUpdate"
|
|
summary: "Request payload used to update an existing resource's tags."
|
|
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 class **TagUpdate**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.graphservices.models.TagUpdate.TagUpdate()"
|
|
fullName: "com.azure.resourcemanager.graphservices.models.TagUpdate.TagUpdate()"
|
|
name: "TagUpdate()"
|
|
nameWithType: "TagUpdate.TagUpdate()"
|
|
summary: "Creates an instance of Tag<wbr>Update class."
|
|
syntax: "public TagUpdate()"
|
|
desc: "Creates an instance of TagUpdate class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.graphservices.models.TagUpdate.tags()"
|
|
fullName: "com.azure.resourcemanager.graphservices.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<String,String> 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<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>>"
|
|
- uid: "com.azure.resourcemanager.graphservices.models.TagUpdate.validate()"
|
|
fullName: "com.azure.resourcemanager.graphservices.models.TagUpdate.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TagUpdate.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.graphservices.models.TagUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.graphservices.models.TagUpdate.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "TagUpdate.withTags(Map<String,String> 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<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>>"
|
|
syntax: "public TagUpdate withTags(Map<String,String> 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: "<xref href=\"com.azure.resourcemanager.graphservices.models.TagUpdate?alt=com.azure.resourcemanager.graphservices.models.TagUpdate&text=TagUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request payload used to update an existing resource's tags."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.graphservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-graphservices:1.0.0
|