Share via


SharedGalleryDiskImage.DiskSizeGB Property

Definition

Gets this property indicates the size of the VHD to be created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to