Share via


IInMageRcmSyncDetails.ProgressPercentage Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Progress in percentage. Progress percentage is calculated based on processed bytes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="progressPercentage")]
public int? ProgressPercentage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Progress in percentage. Progress percentage is calculated based on processed bytes.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="progressPercentage")>]
member this.ProgressPercentage : Nullable<int>
Public ReadOnly Property ProgressPercentage As Nullable(Of Integer)

Property Value

Attributes

Applies to