Share via


MabBackupJobExtendedInfo Class

Definition

Additional information for the MAB workload-specific job.

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

Constructors

MabBackupJobExtendedInfo()

Initializes a new instance of MabBackupJobExtendedInfo.

Properties

DynamicErrorMessage

Non localized error message specific to this job.

PropertyBag

The job properties.

TasksList

List of tasks for this job.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MabBackupJobExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MabBackupJobExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MabBackupJobExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabBackupJobExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MabBackupJobExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to