AzureIaaSVMJob interface

Azure IaaS VM workload-specific job object.

Extends
Job

Properties

actionsInfo

Gets or sets the state/actions applicable on this job like cancel/retry.

containerName

Container name of the entity on which the current job is executing.

duration

Time elapsed during the execution of this job.

errorDetails

Error details on execution of this job.

extendedInfo

Additional information for this job.

isUserTriggered

Indicated that whether the job is adhoc(true) or scheduled(false)

jobType

Polymorphic discriminator, which specifies the different types this object can be

virtualMachineVersion

Specifies whether the backup item is a Classic or an Azure Resource Manager VM.

Inherited Properties

activityId

ActivityId of job.

backupManagementType

Backup management type to execute the current job.

endTime

The end time.

entityFriendlyName

Friendly name of the entity on which the current job is executing.

operation

The operation name.

startTime

The start time.

status

Job status.

Property Details

actionsInfo

Gets or sets the state/actions applicable on this job like cancel/retry.

actionsInfo?: JobSupportedAction[]

Property Value

containerName

Container name of the entity on which the current job is executing.

containerName?: string

Property Value

string

duration

Time elapsed during the execution of this job.

duration?: string

Property Value

string

errorDetails

Error details on execution of this job.

errorDetails?: AzureIaaSVMErrorInfo[]

Property Value

extendedInfo

Additional information for this job.

extendedInfo?: AzureIaaSVMJobExtendedInfo

Property Value

isUserTriggered

Indicated that whether the job is adhoc(true) or scheduled(false)

isUserTriggered?: boolean

Property Value

boolean

jobType

Polymorphic discriminator, which specifies the different types this object can be

jobType: "AzureIaaSVMJob"

Property Value

"AzureIaaSVMJob"

virtualMachineVersion

Specifies whether the backup item is a Classic or an Azure Resource Manager VM.

virtualMachineVersion?: string

Property Value

string

Inherited Property Details

activityId

ActivityId of job.

activityId?: string

Property Value

string

Inherited From Job.activityId

backupManagementType

Backup management type to execute the current job.

backupManagementType?: string

Property Value

string

Inherited From Job.backupManagementType

endTime

The end time.

endTime?: Date

Property Value

Date

Inherited From Job.endTime

entityFriendlyName

Friendly name of the entity on which the current job is executing.

entityFriendlyName?: string

Property Value

string

Inherited From Job.entityFriendlyName

operation

The operation name.

operation?: string

Property Value

string

Inherited From Job.operation

startTime

The start time.

startTime?: Date

Property Value

Date

Inherited From Job.startTime

status

Job status.

status?: string

Property Value

string

Inherited From Job.status