ManagedClusterPropertiesAddonProfiles Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |