ManagedClusterAddonProfileConfig Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.ManagedClusterAddonProfileConfigTypeConverter))]
public class ManagedClusterAddonProfileConfig : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IManagedClusterAddonProfileConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.ManagedClusterAddonProfileConfigTypeConverter))>]
type ManagedClusterAddonProfileConfig = class
    interface IManagedClusterAddonProfileConfig
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ManagedClusterAddonProfileConfig
Implements IAssociativeArray(Of String), IManagedClusterAddonProfileConfig
Inheritance
ManagedClusterAddonProfileConfig
Attributes
Implements

Constructors

ManagedClusterAddonProfileConfig()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
TryGetValue(String, String)

Operators

Implicit(ManagedClusterAddonProfileConfig to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to