Share via


TaggedResource Class

Definition

An ARM resource with that can accept tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.TaggedResourceTypeConverter))]
public class TaggedResource : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ITaggedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.TaggedResourceTypeConverter))>]
type TaggedResource = class
    interface ITaggedResource
    interface IJsonSerializable
Public Class TaggedResource
Implements ITaggedResource
Inheritance
TaggedResource
Attributes
Implements

Constructors

TaggedResource()

Creates an new TaggedResource instance.

Properties

Tag

Tags of the service which is a list of key value pairs that describe the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TaggedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TaggedResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.Api20200820.ITaggedResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TaggedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to