Поделиться через


WorkloadBackupJobExtendedInfo Class

Definition

Azure VM workload-specific additional information for job.

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

Constructors

WorkloadBackupJobExtendedInfo()

Initializes a new instance of WorkloadBackupJobExtendedInfo.

Properties

DynamicErrorMessage

Non localized error message on job execution.

PropertyBag

Job properties.

TasksList

List of tasks for this job.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WorkloadBackupJobExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadBackupJobExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkloadBackupJobExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadBackupJobExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadBackupJobExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to