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