Share via


AmlFilesystemUpdateTags Class

Definition

Resource tags.

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

Constructors

AmlFilesystemUpdateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AmlFilesystemUpdateTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AmlFilesystemUpdateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AmlFilesystemUpdateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to