Share via


KubernetesVersionPropertiesPatchVersions Class

Definition

Patch versions of a Kubernetes release

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.KubernetesVersionPropertiesPatchVersionsTypeConverter))]
public class KubernetesVersionPropertiesPatchVersions : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesVersionPropertiesPatchVersions, Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IKubernetesPatchVersions>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.KubernetesVersionPropertiesPatchVersionsTypeConverter))>]
type KubernetesVersionPropertiesPatchVersions = class
    interface IKubernetesVersionPropertiesPatchVersions
    interface IJsonSerializable
    interface IAssociativeArray<IKubernetesPatchVersions>
Public Class KubernetesVersionPropertiesPatchVersions
Implements IAssociativeArray(Of IKubernetesPatchVersions), IKubernetesVersionPropertiesPatchVersions
Inheritance
KubernetesVersionPropertiesPatchVersions
Attributes
Implements

Constructors

KubernetesVersionPropertiesPatchVersions()

Creates an new KubernetesVersionPropertiesPatchVersions instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

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

Deserializes a IDictionary into an instance of KubernetesVersionPropertiesPatchVersions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesVersionPropertiesPatchVersions.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesVersionPropertiesPatchVersions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IKubernetesPatchVersions)

Operators

Implicit(KubernetesVersionPropertiesPatchVersions to Dictionary<String,IKubernetesPatchVersions>)

Explicit Interface Implementations

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

Applies to