Share via


NodeType.DataDiskSizeGB Property

Definition

Gets or sets disk size for each vm in the node type in GBs.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dataDiskSizeGB")]
public int DataDiskSizeGB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dataDiskSizeGB")>]
member this.DataDiskSizeGB : int with get, set
Public Property DataDiskSizeGB As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to