Share via


TagsResource Class

Definition

A container holding only the Tags for a resource, allowing the user to update the tags on a WebTest instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.TagsResourceTypeConverter))]
public class TagsResource : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ITagsResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.TagsResourceTypeConverter))>]
type TagsResource = class
    interface ITagsResource
    interface IJsonSerializable
Public Class TagsResource
Implements ITagsResource
Inheritance
TagsResource
Attributes
Implements

Constructors

TagsResource()

Creates an new TagsResource instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagsResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagsResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ITagsResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagsResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to