AzureVmJobDetails Class

Definition

Azure VM specific job details class.

public class AzureVmJobDetails : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureVmJob
type AzureVmJobDetails = class
    inherit AzureVmJob
Public Class AzureVmJobDetails
Inherits AzureVmJob
Inheritance
Inheritance

Constructors

AzureVmJobDetails()

Properties

ActivityId

Activity ID of this job

(Inherited from JobBase)
BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
Duration

Time taken by this job to run

(Inherited from JobBase)
DynamicErrorMessage

Context sensitive error message that might be helpful in debugging the issue. Mostly this contains trace dumps from VM.

EndTime

Time at which this job was terminated

(Inherited from JobBase)
ErrorDetails (Inherited from AzureVmJob)
IsCancellable (Inherited from AzureVmJob)
IsRetriable (Inherited from AzureVmJob)
JobId

ID of this job

(Inherited from JobBase)
Operation

Operation represented by this job

(Inherited from JobBase)
Properties

Property bag consisting of the some Azure VM specific job details.

StartTime

Time at which this job started

(Inherited from JobBase)
Status

Status of this job

(Inherited from JobBase)
SubTasks

List of sub tasks triggered as part of this job's operation.

VmVersion

The VM version of the Azure VM associated with this job.

(Inherited from AzureVmJob)
WorkloadName

Name of the workload handled by this job

(Inherited from JobBase)

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to