AzureIaaSVMJobTaskDetails Class

Definition

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