Share via


CacheTags Class

Definition

Resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheTagsTypeConverter))]
public class CacheTags : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheTags, Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheTagsTypeConverter))>]
type CacheTags = class
    interface ICacheTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class CacheTags
Implements IAssociativeArray(Of String), ICacheTags
Inheritance
CacheTags
Attributes
Implements

Constructors

CacheTags()

Creates an new CacheTags 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 CacheTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CacheTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CacheTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(CacheTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to