Share via


VirtualHardDiskUploadStatus interface

The upload status of the virtual hard disk

Properties

errorCode

VirtualHardDisk upload error code

errorMessage

Descriptive upload error message

progressPercentage

The progress of the operation in percentage

status

The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]

uploadedSizeInMB

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