Share via


IHyperVToAzStackHciprotectedItemModelCustomProperties.ResyncProgressPercentage Property

Definition

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

Property Value

Attributes

Applies to