Share via


PersistentDisk.UsedInGB Property

Definition

Gets size of the used persistent disk in GB

[Newtonsoft.Json.JsonProperty(PropertyName="usedInGB")]
public int? UsedInGB { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="usedInGB")>]
member this.UsedInGB : Nullable<int>
Public ReadOnly Property UsedInGB As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to