VirtualHardDiskStatus interface
The observed state of virtual hard disks
Properties
| download |
The download status of the virtual hard disk |
| error |
VirtualHardDisk provisioning error code |
| error |
Descriptive error message |
| managed |
ARM IDs of the VMs that are consuming the VHD. |
| provisioning |
Provisioning status of the vhd |
| unique |
Unique Guid identifying the resource. |
| upload |
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