Share via


AgentPoolProfileNodeLabels Class

Definition

The node labels to be persisted across all nodes in agent pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolProfileNodeLabelsTypeConverter))]
public class AgentPoolProfileNodeLabels : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels, Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolProfileNodeLabelsTypeConverter))>]
type AgentPoolProfileNodeLabels = class
    interface IAgentPoolProfileNodeLabels
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AgentPoolProfileNodeLabels
Implements IAgentPoolProfileNodeLabels, IAssociativeArray(Of String)
Inheritance
AgentPoolProfileNodeLabels
Attributes
Implements

Constructors

AgentPoolProfileNodeLabels()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolProfileNodeLabels.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolProfileNodeLabels into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AgentPoolProfileNodeLabels to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to