ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmSyncDetails Method
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.
Initializes a new instance of InMageRcmSyncDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails InMageRcmSyncDetails (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskReplicationProgressHealth? progressHealth = default, long? transferredBytes = default, long? last15MinutesTransferredBytes = default, string lastDataTransferTimeUtc = default, long? processedBytes = default, DateTimeOffset? staStartOn = default, DateTimeOffset? lastRefreshedOn = default, int? progressPercentage = default);
static member InMageRcmSyncDetails : Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskReplicationProgressHealth> * Nullable<int64> * Nullable<int64> * string * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmSyncDetails
Public Shared Function InMageRcmSyncDetails (Optional progressHealth As Nullable(Of SiteRecoveryDiskReplicationProgressHealth) = 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 staStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastRefreshedOn As Nullable(Of DateTimeOffset) = Nothing, Optional progressPercentage As Nullable(Of Integer) = Nothing) As InMageRcmSyncDetails
Parameters
- progressHealth
- Nullable<SiteRecoveryDiskReplicationProgressHealth>
The progress health.
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.
- staStartOn
- Nullable<DateTimeOffset>
The start time.
- lastRefreshedOn
- Nullable<DateTimeOffset>
The last refresh time.
Progress in percentage. Progress percentage is calculated based on processed bytes.
Returns
A new InMageRcmSyncDetails instance for mocking.
Applies to
Azure SDK for .NET