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

ISnapshotProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.SnapshotPropertiesTypeConverter))]
public interface ISnapshotProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.SnapshotPropertiesTypeConverter))>]
type ISnapshotProperties = interface
    interface IJsonSerializable
Public Interface ISnapshotProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CreationDataSourceResourceId

This is the ARM ID of the source object to be used to create the target object.

EnableFips

Whether to use a FIPS-enabled OS.

KubernetesVersion

The version of Kubernetes.

NodeImageVersion

The version of node image.

OSSku
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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to