Freigeben über


ManagedClusterPropertiesAddonProfiles Class

Definition

The profile of managed cluster add-on.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPropertiesAddonProfilesTypeConverter))]
public class ManagedClusterPropertiesAddonProfiles : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterPropertiesAddonProfiles, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAddonProfile>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterPropertiesAddonProfilesTypeConverter))>]
type ManagedClusterPropertiesAddonProfiles = class
    interface IManagedClusterPropertiesAddonProfiles
    interface IJsonSerializable
    interface IAssociativeArray<IManagedClusterAddonProfile>
Public Class ManagedClusterPropertiesAddonProfiles
Implements IAssociativeArray(Of IManagedClusterAddonProfile), IManagedClusterPropertiesAddonProfiles
Inheritance
ManagedClusterPropertiesAddonProfiles
Attributes
Implements

Constructors

ManagedClusterPropertiesAddonProfiles()

Creates an new ManagedClusterPropertiesAddonProfiles instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IManagedClusterAddonProfile)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterPropertiesAddonProfiles.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterPropertiesAddonProfiles.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterPropertiesAddonProfiles.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterPropertiesAddonProfiles into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IManagedClusterAddonProfile)

Operators

Implicit(ManagedClusterPropertiesAddonProfiles to Dictionary<String,IManagedClusterAddonProfile>)

Explicit Interface Implementations

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

Applies to