AzureIaaSVMJobTaskDetails 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 AzureIaaSVMJobTaskDetails
type AzureIaaSVMJobTaskDetails = class
Public Class AzureIaaSVMJobTaskDetails
- Inheritance
-
AzureIaaSVMJobTaskDetails
Constructors
AzureIaaSVMJobTaskDetails() |
Initializes a new instance of the AzureIaaSVMJobTaskDetails class. |
AzureIaaSVMJobTaskDetails(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, String, Nullable<Double>, String) |
Initializes a new instance of the AzureIaaSVMJobTaskDetails class. |
Properties
Duration |
Gets or sets time elapsed for task. |
EndTime |
Gets or sets the end time. |
InstanceId |
Gets or sets the instanceId. |
ProgressPercentage |
Gets or sets progress of the task. |
StartTime |
Gets or sets the start time. |
Status |
Gets or sets the status. |
TaskExecutionDetails |
Gets or sets details about execution of the task. eg: number of bytes transferred etc |
TaskId |
Gets or sets the task display name. |
Applies to
Azure SDK for .NET