Share via


InMageRcmSyncDetails Class

Definition

InMageRcm disk level sync details.

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

Constructors

InMageRcmSyncDetails()

Creates an new InMageRcmSyncDetails instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmSyncDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmSyncDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageRcmSyncDetails.

FromJsonString(String)

Creates a new instance of InMageRcmSyncDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmSyncDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to