Share via


MabBackupJob Class

Definition

MAB workload-specific job.

public class MabBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.MabBackupJob>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.MabBackupJob>
type MabBackupJob = class
    inherit BackupGenericJob
    interface IJsonModel<MabBackupJob>
    interface IPersistableModel<MabBackupJob>
Public Class MabBackupJob
Inherits BackupGenericJob
Implements IJsonModel(Of MabBackupJob), IPersistableModel(Of MabBackupJob)
Inheritance
MabBackupJob
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BackupGenericJob)
IJsonModel<BackupGenericJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericJob)
IJsonModel<MabBackupJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MabBackupJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BackupGenericJob)
IPersistableModel<BackupGenericJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BackupGenericJob)
IPersistableModel<BackupGenericJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BackupGenericJob)
IPersistableModel<MabBackupJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabBackupJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MabBackupJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to