IInMageRcmReplicationDetails.ResyncProgressPercentage Property

Definition

The resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="resyncProgressPercentage", Update=false)]
public int? ResyncProgressPercentage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="The resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="resyncProgressPercentage", Update=false)>]
member this.ResyncProgressPercentage : Nullable<int>
Public ReadOnly Property ResyncProgressPercentage As Nullable(Of Integer)

Property Value

Attributes

Applies to