共用方式為


DpmBackupJobTaskDetails Class

Definition

DPM workload-specific job task details.

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

Constructors

DpmBackupJobTaskDetails()

Initializes a new instance of DpmBackupJobTaskDetails.

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

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

IJsonModel<DpmBackupJobTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DpmBackupJobTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DpmBackupJobTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DpmBackupJobTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to