KubernetesVersionReadiness interface  
Indicates whether the kubernetes version image is ready or not
Properties
| error | 
	The error message for version not being ready NOTE: This property will not be serialized. It can only be populated by the server.  | 
| os | 
	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.  | 
| os | 
	The particular KubernetesVersion Image OS Type (Linux, Windows) NOTE: This property will not be serialized. It can only be populated by the server.  | 
| ready | Whether the kubernetes version image is ready or not NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		errorMessage
	 
	The error message for version not being ready NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
				Property Value
string
		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.
osSku?: string
				Property Value
string
		osType
	 
	The particular KubernetesVersion Image OS Type (Linux, Windows) NOTE: This property will not be serialized. It can only be populated by the server.
osType?: string
				Property Value
string
ready
Whether the kubernetes version image is ready or not NOTE: This property will not be serialized. It can only be populated by the server.
ready?: boolean
				Property Value
boolean