次の方法で共有


Disk.DiskIOPSReadWrite プロパティ

定義

このディスクで許可される IOPS の数を取得または設定します。UltraSSD ディスクに対してのみ設定できます。 1 つの操作で 4k から 256k バイトの間で転送できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象