Sdílet prostřednictvím


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