Disk.DiskSizeBytes Property

Definition

Gets the size of the disk in bytes. This field is read only.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diskSizeBytes")]
public long? DiskSizeBytes { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diskSizeBytes")>]
member this.DiskSizeBytes : Nullable<int64>
Public ReadOnly Property DiskSizeBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to