Compartilhar via


DpmBackupJob Class

Definition

DPM workload-specific job object.

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

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.

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<DpmBackupJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DpmBackupJob>.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<DpmBackupJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DpmBackupJob>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DpmBackupJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to