VirtualHardDiskUploadStatus interface
The upload status of the virtual hard disk
Properties
| error |
VirtualHardDisk upload error code |
| error |
Descriptive upload error message |
| progress |
The progress of the operation in percentage |
| status | The status of Uploading virtual hard disk [Succeeded, Failed, InProgress] |
| uploaded |
The uploaded sized of the virtual hard disk in MB |
Property Details
errorCode
VirtualHardDisk upload error code
errorCode?: string
Property Value
string
errorMessage
Descriptive upload error message
errorMessage?: string
Property Value
string
progressPercentage
The progress of the operation in percentage
progressPercentage?: number
Property Value
number
status
The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
status?: string
Property Value
string
uploadedSizeInMB
The uploaded sized of the virtual hard disk in MB
uploadedSizeInMB?: number
Property Value
number