Share via


InMageRcmSyncDetails Class

Definition

InMageRcm disk level sync details.

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

Properties

Last15MinutesTransferredBytes

The bytes transferred in last 15 minutes from source VM to azure.

LastDataTransferTimeUtc

The time of the last data transfer from source VM to azure.

LastRefreshedOn

The last refresh time.

ProcessedBytes

The total processed bytes. This includes bytes that are transferred from source VM to azure and matched bytes.

ProgressHealth

The progress health.

ProgressPercentage

Progress in percentage. Progress percentage is calculated based on processed bytes.

StaStartOn

The start time.

TransferredBytes

The transferred bytes from source VM to azure for the disk.

Explicit Interface Implementations

IJsonModel<InMageRcmSyncDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageRcmSyncDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InMageRcmSyncDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmSyncDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmSyncDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to