InMageRcmFailbackSyncDetails Constructors
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.
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'
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.
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.
Progress in percentage. Progress percentage is calculated based on processed bytes.