Share via


InMageRcmSyncDetails Constructors

Definition

Overloads

InMageRcmSyncDetails()

Initializes a new instance of the InMageRcmSyncDetails class.

InMageRcmSyncDetails(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int64>, String, String, Nullable<Int32>)

Initializes a new instance of the InMageRcmSyncDetails class.

InMageRcmSyncDetails()

Initializes a new instance of the InMageRcmSyncDetails class.

public InMageRcmSyncDetails ();
Public Sub New ()

Applies to

InMageRcmSyncDetails(String, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int64>, String, String, Nullable<Int32>)

Initializes a new instance of the InMageRcmSyncDetails class.

public InMageRcmSyncDetails (string progressHealth = default, long? transferredBytes = default, long? last15MinutesTransferredBytes = default, string lastDataTransferTimeUtc = default, long? processedBytes = default, string startTime = default, string lastRefreshTime = default, int? progressPercentage = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails : string * Nullable<int64> * Nullable<int64> * string * Nullable<int64> * string * string * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmSyncDetails
Public Sub New (Optional progressHealth As String = Nothing, Optional transferredBytes As Nullable(Of Long) = Nothing, Optional last15MinutesTransferredBytes As Nullable(Of Long) = Nothing, Optional lastDataTransferTimeUtc As String = Nothing, Optional processedBytes As Nullable(Of Long) = Nothing, Optional startTime As String = Nothing, Optional lastRefreshTime As String = Nothing, Optional progressPercentage As Nullable(Of Integer) = Nothing)

Parameters

progressHealth
String

The progress health. Possible values include: 'None', 'InProgress', 'SlowProgress', 'NoProgress', 'Queued'

transferredBytes
Nullable<Int64>

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

last15MinutesTransferredBytes
Nullable<Int64>

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

lastDataTransferTimeUtc
String

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

processedBytes
Nullable<Int64>

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

startTime
String

The start time.

lastRefreshTime
String

The last refresh time.

progressPercentage
Nullable<Int32>

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

Applies to