次の方法で共有


DataDisks.DiskCount プロパティ

定義

データ ディスクの数を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ファイル サーバーに接続されているデータ ディスクの数。 複数のディスクが接続されている場合は、RAID レベル 0 で構成されます。

適用対象