Share via


VirtualHardDiskStatus interface

The observed state of virtual hard disks

Properties

downloadStatus

The download status of the virtual hard disk

errorCode

VirtualHardDisk provisioning error code

errorMessage

Descriptive error message

managedBy

ARM IDs of the VMs that are consuming the VHD.

provisioningStatus

Provisioning status of the vhd

uniqueId

Unique Guid identifying the resource.

uploadStatus

The upload status of the virtual hard disk

Property Details

downloadStatus

The download status of the virtual hard disk

downloadStatus?: VirtualHardDiskDownloadStatus

Property Value

errorCode

VirtualHardDisk provisioning error code

errorCode?: string

Property Value

string

errorMessage

Descriptive error message

errorMessage?: string

Property Value

string

managedBy

ARM IDs of the VMs that are consuming the VHD.

managedBy?: string[]

Property Value

string[]

provisioningStatus

Provisioning status of the vhd

provisioningStatus?: VirtualHardDiskStatusProvisioningStatus

Property Value

uniqueId

Unique Guid identifying the resource.

uniqueId?: string

Property Value

string

uploadStatus

The upload status of the virtual hard disk

uploadStatus?: VirtualHardDiskUploadStatus

Property Value