次の方法で共有


TaggedResource Class

Definition

An ARM resource with that can accept tags

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

Constructors

Name Description
TaggedResource()

Creates an new TaggedResource instance.

Properties

Name Description
Tag

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

Methods

Name Description
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.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.

ToString()

Applies to