ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackSyncDetails 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 InMageRcmFailbackSyncDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackSyncDetails InMageRcmFailbackSyncDetails (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskReplicationProgressHealth? progressHealth = default, long? transferredBytes = default, long? last15MinutesTransferredBytes = default, DateTimeOffset? lastDataTransferOn = default, long? processedBytes = default, DateTimeOffset? startOn = default, DateTimeOffset? lastRefreshedOn = default, int? progressPercentage = default);
static member InMageRcmFailbackSyncDetails : Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskReplicationProgressHealth> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackSyncDetails
Public Shared Function InMageRcmFailbackSyncDetails (Optional progressHealth As Nullable(Of SiteRecoveryDiskReplicationProgressHealth) = Nothing, Optional transferredBytes As Nullable(Of Long) = Nothing, Optional last15MinutesTransferredBytes As Nullable(Of Long) = Nothing, Optional lastDataTransferOn As Nullable(Of DateTimeOffset) = Nothing, Optional processedBytes As Nullable(Of Long) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastRefreshedOn As Nullable(Of DateTimeOffset) = Nothing, Optional progressPercentage As Nullable(Of Integer) = Nothing) As InMageRcmFailbackSyncDetails
Parameters
- progressHealth
- Nullable<SiteRecoveryDiskReplicationProgressHealth>
The progress health.
The bytes transferred in last 15 minutes from source VM to target.
- lastDataTransferOn
- Nullable<DateTimeOffset>
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.
- startOn
- 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 InMageRcmFailbackSyncDetails instance for mocking.
Applies to
Azure SDK for .NET