Share via


AccountUpdateParametersTags Class

Definition

Tags on the azure resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountUpdateParametersTagsTypeConverter))]
public class AccountUpdateParametersTags : Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountUpdateParametersTags, Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.AccountUpdateParametersTagsTypeConverter))>]
type AccountUpdateParametersTags = class
    interface IAccountUpdateParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AccountUpdateParametersTags
Implements IAccountUpdateParametersTags, IAssociativeArray(Of String)
Inheritance
AccountUpdateParametersTags
Attributes
Implements

Constructors

AccountUpdateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountUpdateParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.IAccountUpdateParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AccountUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to