SqlStorageUpdateSettings.DiskCount Property

Definition

Gets or sets virtual machine disk count.

[Newtonsoft.Json.JsonProperty(PropertyName="diskCount")]
public int? DiskCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="diskCount")>]
member this.DiskCount : Nullable<int> with get, set
Public Property DiskCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to