IGalleryImageStatus.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.
The progress of the operation in percentage
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The progress of the operation in percentage", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="progressPercentage", Update=true)]
public long? ProgressPercentage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="The progress of the operation in percentage", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="progressPercentage", Update=true)>]
member this.ProgressPercentage : Nullable<int64> with get, set
Public Property ProgressPercentage As Nullable(Of Long)
Property Value
- Attributes