GalleryDiskImage.SizeInGB Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to