Share via


IInMageRcmFailbackSyncDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackSyncDetailsTypeConverter))]
public interface IInMageRcmFailbackSyncDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageRcmFailbackSyncDetailsTypeConverter))>]
type IInMageRcmFailbackSyncDetails = interface
    interface IJsonSerializable
Public Interface IInMageRcmFailbackSyncDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Last15MinutesTransferredByte

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

LastDataTransferTimeUtc

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

LastRefreshTime

The last refresh time.

ProcessedByte

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

ProgressHealth

The progress health.

ProgressPercentage

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

StartTime

The start time.

TransferredByte

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to