TagUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request payload used to update an existing resource's tags.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.TagUpdateTypeConverter))]
public class TagUpdate : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.ITagUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.TagUpdateTypeConverter))>]
type TagUpdate = class
interface ITagUpdate
interface IJsonSerializable
Public Class TagUpdate
Implements ITagUpdate
- Inheritance
-
TagUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TagUpdate() |
Creates an new TagUpdate instance. |
Properties
| Name | Description |
|---|---|
| Tag |
List of key value pairs that describe the resource. This will overwrite the existing tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TagUpdate. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.Api20230413.ITagUpdate. |
| FromJsonString(String) |
Creates a new instance of TagUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |