Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackSyncDetails Method

Definition

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.

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.

lastDataTransferOn
Nullable<DateTimeOffset>

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.

startOn
Nullable<DateTimeOffset>

The start time.

lastRefreshedOn
Nullable<DateTimeOffset>

The last refresh time.

progressPercentage
Nullable<Int32>

Progress in percentage. Progress percentage is calculated based on processed bytes.

Returns

A new InMageRcmFailbackSyncDetails instance for mocking.

Applies to