IInMageRcmSyncDetails.ProgressPercentage Property
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.
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