IWithOSDiskSettings Interface

Definition

The stage of a virtual machine definition allowing to specify OS disk configurations.

public interface IWithOSDiskSettings
type IWithOSDiskSettings = interface
Public Interface IWithOSDiskSettings
Derived

Methods

WithEphemeralOSDisk(DiffDiskOptions)

Specifies the ephemeral options for the OS disk.

WithOSDiskCaching(CachingTypes)

Specifies the caching type for the OS disk.

WithOSDiskEncryptionSettings(DiskEncryptionSettings)

Specifies the encryption settings for the OS Disk.

WithOSDiskName(String)

Specifies the name for the OS Disk.

WithOSDiskSizeInGB(Int32)

Specifies the size of the OSDisk in GB.

Applies to