OsDiskResponse

data class OsDiskResponse(val diskSizeGB: Int? = null, val name: String? = null, val osType: String? = null)

Specifies information about the operating system disk used by the virtual machine.

For more information about disks, see About disks and VHDs for Azure virtual machines.

Constructors

Link copied to clipboard
constructor(diskSizeGB: Int? = null, name: String? = null, osType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskSizeGB: Int? = null

Specifies the size of os disk in gigabytes. This is the fully expanded disk size needed of the VHD image on the ASE. This disk size should be greater than the size of the VHD provided in vhdUri.

Link copied to clipboard
val name: String? = null

The VHD name.

Link copied to clipboard
val osType: String? = null

The OS type.