TagUpdate Class

Definition

Request payload used to update an existing resource's tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.TagUpdateTypeConverter))]
public class TagUpdate : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.ITagUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.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)

Deserializes a PSObject into an instance of TagUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.ITagUpdate.

FromJsonString(String)

Creates a new instance of TagUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to