MabJob 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 MabJob : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.Job
type MabJob = class
inherit Job
Public Class MabJob
Inherits Job
- Inheritance
Constructors
MabJob() |
Initializes a new instance of the MabJob class. |
MabJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, String, String, String, IList<MabErrorInfo>, MabJobExtendedInfo) |
Initializes a new instance of the MabJob class. |
Properties
ActionsInfo |
Gets or sets the state/actions applicable on jobs 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) |
Duration |
Gets or sets time taken by job to run. |
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 on the job. |
MabServerName |
Gets or sets name of server protecting the DS. |
MabServerType |
Gets or sets server type of MAB container. Possible values include: 'Invalid', 'Unknown', 'IaasVMContainer', 'IaasVMServiceContainer', 'DPMContainer', 'AzureBackupServerContainer', 'MABContainer', 'Cluster', 'AzureSqlContainer', 'Windows', 'VCenter', 'VMAppContainer', 'SQLAGWorkLoadContainer', 'StorageContainer', 'GenericContainer' |
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 workload type of backup item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase' |