Share via


IKubernetesVersionReadiness Interface

Definition

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

Properties

ErrorMessage

The error message for version not being ready

OSSku

Specifies the OS SKU used by the agent pool. The default is CBLMariner if OSType is Linux. The default is Windows2019 when OSType is Windows.

OSType

The particular KubernetesVersion Image OS Type (Linux, Windows)

Ready

Whether the kubernetes version image is ready or not

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to