Share via


DppBaseTrackedResourceTags Class

Definition

Resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppBaseTrackedResourceTagsTypeConverter))]
public class DppBaseTrackedResourceTags : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppBaseTrackedResourceTags, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppBaseTrackedResourceTagsTypeConverter))>]
type DppBaseTrackedResourceTags = class
    interface IDppBaseTrackedResourceTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class DppBaseTrackedResourceTags
Implements IAssociativeArray(Of String), IDppBaseTrackedResourceTags
Inheritance
DppBaseTrackedResourceTags
Attributes
Implements

Constructors

DppBaseTrackedResourceTags()

Creates an new DppBaseTrackedResourceTags instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DppBaseTrackedResourceTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DppBaseTrackedResourceTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppBaseTrackedResourceTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of DppBaseTrackedResourceTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(DppBaseTrackedResourceTags to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to