SnapshotPropertiesOutput interface
用于配置节点池快照的属性。
属性
| creation |
用于指定源代理池资源 ID 以创建此快照的 CreationData。 |
| enableFIPS | 是否使用已启用 FIPS 的 OS。 |
| kubernetes |
Kubernetes 的版本。 |
| node |
节点映像的版本。 |
| os |
指定代理池使用的 OS SKU。 如果未指定,则默认值为 Ubuntu(如果 OSType=Linux)或 Windows2019(如果 OSType=Windows)。 在 Windows2019 弃用后,默认的 Windows OSSKU 将更改为 Windows2022。 |
| os |
作系统类型。 默认值为 Linux。 |
| snapshot |
快照的类型。 默认值为 NodePool。 |
| vm |
VM 的大小。 |
属性详细信息
creationData
enableFIPS
是否使用已启用 FIPS 的 OS。
enableFIPS?: boolean
属性值
boolean
kubernetesVersion
Kubernetes 的版本。
kubernetesVersion?: string
属性值
string
nodeImageVersion
节点映像的版本。
nodeImageVersion?: string
属性值
string
osSku
指定代理池使用的 OS SKU。 如果未指定,则默认值为 Ubuntu(如果 OSType=Linux)或 Windows2019(如果 OSType=Windows)。 在 Windows2019 弃用后,默认的 Windows OSSKU 将更改为 Windows2022。
osSku?: "Ubuntu" | "CBLMariner" | "Windows2019" | "Windows2022"
属性值
"Ubuntu" | "CBLMariner" | "Windows2019" | "Windows2022"
osType
作系统类型。 默认值为 Linux。
osType?: "Linux" | "Windows"
属性值
"Linux" | "Windows"
snapshotType
快照的类型。 默认值为 NodePool。
snapshotType?: "NodePool" | "ManagedCluster"
属性值
"NodePool" | "ManagedCluster"
vmSize
VM 的大小。
vmSize?: string
属性值
string