Aracılığıyla paylaş


Tags1 Class

Definition

A list of key value pairs that describe the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.Tags1TypeConverter))]
public class Tags1 : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ITags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.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

A list of key value pairs that describe the resource.

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.Security.Models.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.

ToString()

Applies to