Share via


AgentPoolPatchParametersTags Class

Definition

The Azure resource tags that will replace the existing ones.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AgentPoolPatchParametersTagsTypeConverter))]
public class AgentPoolPatchParametersTags : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAgentPoolPatchParametersTags, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.AgentPoolPatchParametersTagsTypeConverter))>]
type AgentPoolPatchParametersTags = class
    interface IAgentPoolPatchParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AgentPoolPatchParametersTags
Implements IAgentPoolPatchParametersTags, IAssociativeArray(Of String)
Inheritance
AgentPoolPatchParametersTags
Attributes
Implements

Constructors

AgentPoolPatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolPatchParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IAgentPoolPatchParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolPatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AgentPoolPatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to