IProcessServerDetails.FreeSpacePercentage 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 free disk space percentage.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The free disk space percentage.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="freeSpacePercentage")]
public double? FreeSpacePercentage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The free disk space percentage.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=true, Required=false, SerializedName="freeSpacePercentage")>]
member this.FreeSpacePercentage : Nullable<double>
Public ReadOnly Property FreeSpacePercentage As Nullable(Of Double)
Property Value
- Attributes