Share via


KubernetesVersionReadiness Class

Definition

Indicates whether the kubernetes version image is ready or not

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

Constructors

KubernetesVersionReadiness()

Creates an new KubernetesVersionReadiness instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KubernetesVersionReadiness.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KubernetesVersionReadiness.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KubernetesVersionReadiness into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to