NodeImageVersion interface
node image version profile for given major.minor.patch release.
Properties
| full |
The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02 |
| os | The operating system of the node image. Example: AKSUbuntu |
| sku | The SKU or flavor of the node image. Example: 2004gen2containerd |
| version | major.minor.patch version of the node image version release. Example: 2024.02.02 |
Property Details
fullName
The OS + SKU + version of the node image. Example: AKSUbuntu-1804gen2containerd-2024.02.02
fullName?: string
Property Value
string
os
The operating system of the node image. Example: AKSUbuntu
os?: string
Property Value
string
sku
The SKU or flavor of the node image. Example: 2004gen2containerd
sku?: string
Property Value
string
version
major.minor.patch version of the node image version release. Example: 2024.02.02
version?: string
Property Value
string