KubernetesVersionReadiness interface
Whether a particular kubernetes version's variant (CBLMariner, Windows, Windows2022) is ready or not
Properties
| error |
If image is not ready, 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's Image's OS Type (Linux, Windows) NOTE: This property will not be serialized. It can only be populated by the server. |
| ready | Whether or not the given image is ready NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorMessage
If image is not ready, 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's Image's 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 or not the given image is ready NOTE: This property will not be serialized. It can only be populated by the server.
ready?: boolean
Property Value
boolean