VirtualHardDiskStatusResponse

data class VirtualHardDiskStatusResponse(val downloadStatus: VirtualHardDiskDownloadStatusResponse? = null, val errorCode: String? = null, val errorMessage: String? = null, val provisioningStatus: VirtualHardDiskStatusProvisioningStatusResponse? = null, val uploadStatus: VirtualHardDiskUploadStatusResponse? = null)

The observed state of virtual hard disks

Constructors

Link copied to clipboard
constructor(downloadStatus: VirtualHardDiskDownloadStatusResponse? = null, errorCode: String? = null, errorMessage: String? = null, provisioningStatus: VirtualHardDiskStatusProvisioningStatusResponse? = null, uploadStatus: VirtualHardDiskUploadStatusResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The download status of the virtual hard disk

Link copied to clipboard
val errorCode: String? = null

VirtualHardDisk provisioning error code

Link copied to clipboard
val errorMessage: String? = null

Descriptive error message

Link copied to clipboard

Provisioning status of the vhd

Link copied to clipboard

The upload status of the virtual hard disk