通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SnapshotPropertiesOutput interface

用于配置节点池快照的属性。

属性

creationData

用于指定源代理池资源 ID 以创建此快照的 CreationData。

enableFIPS

是否使用已启用 FIPS 的 OS。

kubernetesVersion

Kubernetes 的版本。

nodeImageVersion

节点映像的版本。

osSku

指定代理池使用的 OS SKU。 如果未指定,则默认值为 Ubuntu(如果 OSType=Linux)或 Windows2019(如果 OSType=Windows)。 在 Windows2019 弃用后,默认的 Windows OSSKU 将更改为 Windows2022。

osType

作系统类型。 默认值为 Linux。

snapshotType

快照的类型。 默认值为 NodePool。

vmSize

VM 的大小。

属性详细信息

creationData

用于指定源代理池资源 ID 以创建此快照的 CreationData。

creationData?: CreationDataOutput

属性值

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