Dela via


MabBackupJobTaskDetails Class

Definition

MAB workload-specific job task details.

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

Constructors

MabBackupJobTaskDetails()

Initializes a new instance of MabBackupJobTaskDetails.

Properties

Duration

Time elapsed for task.

EndOn

The end time.

StartOn

The start time.

Status

The status.

TaskId

The task display name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MabBackupJobTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MabBackupJobTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MabBackupJobTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabBackupJobTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MabBackupJobTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to