Compartir a través de


IKubernetesVersion Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionTypeConverter))]
public interface IKubernetesVersion : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.KubernetesVersionTypeConverter))>]
type IKubernetesVersion = interface
    interface IJsonSerializable
Public Interface IKubernetesVersion
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CapabilitySupportPlan
IsDefault

Whether this version is default.

IsPreview

Whether this version is in preview mode.

PatchVersion

Patch versions of Kubernetes release

Version

major.minor version of Kubernetes release

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to