Share via


IaasVmBackupJobTaskDetails Class

Definition

Azure IaaS VM workload-specific job task details.

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

Constructors

Name Description
IaasVmBackupJobTaskDetails()

Initializes a new instance of IaasVmBackupJobTaskDetails.

Properties

Name Description
Duration

Time elapsed for task.

EndOn

The end time.

InstanceId

The instanceId.

ProgressPercentage

Progress of the task.

StartOn

The start time.

Status

The status.

TaskExecutionDetails

Details about execution of the task. eg: number of bytes transferred etc

TaskId

The task display name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IaasVmBackupJobTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IaasVmBackupJobTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IaasVmBackupJobTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasVmBackupJobTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IaasVmBackupJobTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to