IInMageRcmSyncDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |