Compartir a través de


KubernetesVersionPatchVersions Class

Definition

Patch versions of Kubernetes release

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionPatchVersionsTypeConverter))]
public class KubernetesVersionPatchVersions : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesVersionPatchVersions, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IKubernetesPatchVersion>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionPatchVersionsTypeConverter))>]
type KubernetesVersionPatchVersions = class
    interface IKubernetesVersionPatchVersions
    interface IJsonSerializable
    interface IAssociativeArray<IKubernetesPatchVersion>
Public Class KubernetesVersionPatchVersions
Implements IAssociativeArray(Of IKubernetesPatchVersion), IKubernetesVersionPatchVersions
Inheritance
KubernetesVersionPatchVersions
Attributes
Implements

Constructors

Name Description
KubernetesVersionPatchVersions()

Creates an new KubernetesVersionPatchVersions instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]

Methods

Name Description
Add(String, IKubernetesPatchVersion)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesVersionPatchVersions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesVersionPatchVersions.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesVersionPatchVersions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IKubernetesPatchVersion)

Operators

Name Description
Implicit(KubernetesVersionPatchVersions to Dictionary<String,IKubernetesPatchVersion>)

Explicit Interface Implementations

Name Description
IAssociativeArray<IKubernetesPatchVersion>.AdditionalProperties
IAssociativeArray<IKubernetesPatchVersion>.Count
IAssociativeArray<IKubernetesPatchVersion>.Keys
IAssociativeArray<IKubernetesPatchVersion>.Values

Applies to