DpmJob Class

Definition

DPM workload-specific job object.

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

Constructors

DpmJob()

Initializes a new instance of the DpmJob class.

DpmJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, String, String, String, String, IList<Nullable<JobSupportedAction>>, IList<DpmErrorInfo>, DpmJobExtendedInfo)

Initializes a new instance of the DpmJob 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 name of cluster/server protecting current backup item, if any.

ContainerType

Gets or sets type of container.

DpmServerName

Gets or sets DPM server name managing the backup item or backup job.

Duration

Gets or sets time elapsed for 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 the errors.

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)
WorkloadType

Gets or sets type of backup item.

Applies to