Share via


TagsObject Class

Definition

Tags object for patch operations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.TagsObjectTypeConverter))]
public class TagsObject : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.ITagsObject
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.TagsObjectTypeConverter))>]
type TagsObject = class
    interface ITagsObject
    interface IJsonSerializable
Public Class TagsObject
Implements ITagsObject
Inheritance
TagsObject
Attributes
Implements

Constructors

TagsObject()

Creates an new TagsObject instance.

Properties

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagsObject.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagsObject.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.Api20210501.ITagsObject.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagsObject into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to