Share via


DataDisks.DiskCount Property

Definition

Gets or sets number of data disks.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of data disks attached to the File Server. If multiple disks attached, they will be configured in RAID level 0.

Applies to