IPersistentDisk.UsedInGb 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.
Size of the used persistent disk in GB
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Size of the used persistent disk in GB", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="usedInGB")]
public int? UsedInGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Size of the used persistent disk in GB", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="usedInGB")>]
member this.UsedInGb : Nullable<int>
Public ReadOnly Property UsedInGb As Nullable(Of Integer)
Property Value
- Attributes