你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInMageRcmSyncDetails Interface

Definition

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

Properties

Last15MinutesTransferredByte

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.

LastRefreshTime

The last refresh time.

ProcessedByte

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.

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