AzureIaaSVMJobV2 Class

Definition

Azure IaaS VM workload-specific job object.

public class AzureIaaSVMJobV2 : Microsoft.Azure.Management.RecoveryServices.Backup.Models.Job
type AzureIaaSVMJobV2 = class
    inherit Job
Public Class AzureIaaSVMJobV2
Inherits Job
Inheritance
AzureIaaSVMJobV2

Constructors

AzureIaaSVMJobV2()

Initializes a new instance of the AzureIaaSVMJobV2 class.

AzureIaaSVMJobV2(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<Nullable<JobSupportedAction>>, String, Nullable<TimeSpan>, IList<AzureIaaSVMErrorInfo>, String, AzureIaaSVMJobExtendedInfo)

Initializes a new instance of the AzureIaaSVMJobV2 class.

Properties

ActionsInfo

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

ActivityId

Gets or sets activityId of job.

(Inherited from Job)
BackupManagementType

Gets or sets backup management type to execute the current job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Inherited from Job)
ContainerName

Gets or sets container name of the entity on which the current job is executing.

Duration

Gets or sets time elapsed during the execution of this job.

EndTime

Gets or sets the end time.

(Inherited from Job)
EntityFriendlyName

Gets or sets friendly name of the entity on which the current job is executing.

(Inherited from Job)
ErrorDetails

Gets or sets error details on execution of this job.

ExtendedInfo

Gets or sets additional information for this job.

Operation

Gets or sets the operation name.

(Inherited from Job)
StartTime

Gets or sets the start time.

(Inherited from Job)
Status

Gets or sets job status.

(Inherited from Job)
VirtualMachineVersion

Gets or sets specifies whether the backup item is a Classic or an Azure Resource Manager VM.

Applies to