IaasVmBackupJobTaskDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure IaaS VM workload-specific job task details.
public class IaasVmBackupJobTaskDetails
type IaasVmBackupJobTaskDetails = class
Public Class IaasVmBackupJobTaskDetails
- Inheritance
-
IaasVmBackupJobTaskDetails
Constructors
IaasVmBackupJobTaskDetails() |
Initializes a new instance of IaasVmBackupJobTaskDetails. |
Properties
Duration |
Time elapsed for task. |
EndOn |
The end time. |
InstanceId |
The instanceId. |
ProgressPercentage |
Progress of the task. |
StartOn |
The start time. |
Status |
The status. |
TaskExecutionDetails |
Details about execution of the task. eg: number of bytes transferred etc |
TaskId |
The task display name. |