Share via


SnapshotPropertiesOutput interface

Properties used to configure a node pool snapshot.

Properties

creationData

CreationData to be used to specify the source agent pool resource ID to create this snapshot.

enableFIPS

Whether to use a FIPS-enabled OS.

kubernetesVersion

The version of Kubernetes.

nodeImageVersion

The version of node image.

osSku

Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.

osType

The operating system type. The default is Linux.

snapshotType

The type of a snapshot. The default is NodePool.

vmSize

The size of the VM.

Property Details

creationData

CreationData to be used to specify the source agent pool resource ID to create this snapshot.

creationData?: CreationDataOutput

Property Value

enableFIPS

Whether to use a FIPS-enabled OS.

enableFIPS?: boolean

Property Value

boolean

kubernetesVersion

The version of Kubernetes.

kubernetesVersion?: string

Property Value

string

nodeImageVersion

The version of node image.

nodeImageVersion?: string

Property Value

string

osSku

Specifies the OS SKU used by the agent pool. If not specified, the default is Ubuntu if OSType=Linux or Windows2019 if OSType=Windows. And the default Windows OSSKU will be changed to Windows2022 after Windows2019 is deprecated.

osSku?: "Ubuntu" | "CBLMariner" | "Windows2019" | "Windows2022"

Property Value

"Ubuntu" | "CBLMariner" | "Windows2019" | "Windows2022"

osType

The operating system type. The default is Linux.

osType?: "Linux" | "Windows"

Property Value

"Linux" | "Windows"

snapshotType

The type of a snapshot. The default is NodePool.

snapshotType?: "NodePool" | "ManagedCluster"

Property Value

"NodePool" | "ManagedCluster"

vmSize

The size of the VM.

vmSize?: string

Property Value

string