ISnapshotProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |