Share via


Tags1 Class

Definition

Tags for Confidential Ledger Resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.Tags1TypeConverter))]
public class Tags1 : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ITags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.Tags1TypeConverter))>]
type Tags1 = class
    interface ITags1
    interface IJsonSerializable
Public Class Tags1
Implements ITags1
Inheritance
Tags1
Attributes
Implements

Constructors

Tags1()

Creates an new Tags1 instance.

Properties

Tag

Additional tags for Confidential Ledger

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Tags1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Tags1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ITags1.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Tags1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to