ManagedClusterAddonProfileConfig 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.
Key-value pairs for configuring an add-on.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterAddonProfileConfigTypeConverter))]
public class ManagedClusterAddonProfileConfig : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAddonProfileConfig, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.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() |
Creates an new ManagedClusterAddonProfileConfig 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 ManagedClusterAddonProfileConfig. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterAddonProfileConfig. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterAddonProfileConfig. |
FromJsonString(String) |
Creates a new instance of ManagedClusterAddonProfileConfig, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterAddonProfileConfig into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
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 |