DpmBackupJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DPM workload-specific job object.
public class DpmBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type DpmBackupJob = class
inherit BackupGenericJob
Public Class DpmBackupJob
Inherits BackupGenericJob
- Inheritance
Constructors
DpmBackupJob() |
Initializes a new instance of DpmBackupJob. |
Properties
ActionsInfo |
The state/actions applicable on this job like cancel/retry. |
ActivityId |
ActivityId of job. (Inherited from BackupGenericJob) |
BackupManagementType |
Backup management type to execute the current job. (Inherited from BackupGenericJob) |
ContainerName |
Name of cluster/server protecting current backup item, if any. |
ContainerType |
Type of container. |
DpmServerName |
DPM server name managing the backup item or backup job. |
Duration |
Time elapsed for job. |
EndOn |
The end time. (Inherited from BackupGenericJob) |
EntityFriendlyName |
Friendly name of the entity on which the current job is executing. (Inherited from BackupGenericJob) |
ErrorDetails |
The errors. |
ExtendedInfo |
Additional information for this job. |
Operation |
The operation name. (Inherited from BackupGenericJob) |
StartOn |
The start time. (Inherited from BackupGenericJob) |
Status |
Job status. (Inherited from BackupGenericJob) |
WorkloadType |
Type of backup item. |
Applies to
Azure SDK for .NET