IKubernetesVersionReadiness Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |