MabBackupJob 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.
MAB workload-specific job.
public class MabBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type MabBackupJob = class
inherit BackupGenericJob
Public Class MabBackupJob
Inherits BackupGenericJob
- Inheritance
Constructors
MabBackupJob() |
Initializes a new instance of MabBackupJob. |
Properties
ActionsInfo |
The state/actions applicable on jobs like cancel/retry. |
ActivityId |
ActivityId of job. (Inherited from BackupGenericJob) |
BackupManagementType |
Backup management type to execute the current job. (Inherited from BackupGenericJob) |
Duration |
Time taken by job to run. |
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 on the job. |
MabServerName |
Name of server protecting the DS. |
MabServerType |
Server type of MAB container. |
Operation |
The operation name. (Inherited from BackupGenericJob) |
StartOn |
The start time. (Inherited from BackupGenericJob) |
Status |
Job status. (Inherited from BackupGenericJob) |
WorkloadType |
Workload type of backup item. |
Applies to
Azure SDK for .NET