Freigeben über


InMageRcmFailbackSyncDetails Constructors

Definition

Overloads

InMageRcmFailbackSyncDetails()

Initializes a new instance of the InMageRcmFailbackSyncDetails class.

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

Initializes a new instance of the InMageRcmFailbackSyncDetails class.

InMageRcmFailbackSyncDetails()

Initializes a new instance of the InMageRcmFailbackSyncDetails class.

public InMageRcmFailbackSyncDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InMageRcmFailbackSyncDetails class.

public InMageRcmFailbackSyncDetails (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.InMageRcmFailbackSyncDetails : string * Nullable<int64> * Nullable<int64> * string * Nullable<int64> * string * string * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackSyncDetails
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 target.

lastDataTransferTimeUtc
String

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

processedBytes
Nullable<Int64>

The total processed bytes. This includes bytes that are transferred from source VM to target 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