Dela via


ResourceTags1 Class

Definition

The resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ResourceTags1TypeConverter))]
public class ResourceTags1 : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IResourceTags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ResourceTags1TypeConverter))>]
type ResourceTags1 = class
    interface IResourceTags1
    interface IJsonSerializable
Public Class ResourceTags1
Implements IResourceTags1
Inheritance
ResourceTags1
Attributes
Implements

Constructors

ResourceTags1()

Creates an new ResourceTags1 instance.

Properties

Tag

Gets or sets the tags, a dictionary of descriptors arm object

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTags1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTags1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IResourceTags1.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTags1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to