Share via


DiskInner.DiskMBpsReadWrite プロパティ

定義

このディスクで許可される帯域幅を取得または設定します。UltraSSD ディスクに対してのみ設定可能です。 MBps は、1 秒あたり数百万バイトを意味します。ここでの MB では、10 の累乗の ISO 表記が使用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diskMBpsReadWrite")]
public long? DiskMBpsReadWrite { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diskMBpsReadWrite")>]
member this.DiskMBpsReadWrite : Nullable<int64> with get, set
Public Property DiskMBpsReadWrite As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象