IExpansionJob.StatusPercentComplete 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.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The percentage of expansion job completion.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="percentComplete", Update=false)]
public float? StatusPercentComplete { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The percentage of expansion job completion.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="percentComplete", Update=false)>]
member this.StatusPercentComplete : Nullable<single>
Public ReadOnly Property StatusPercentComplete As Nullable(Of Single)
Property Value
- Attributes