Disk.DiskIOPSReadOnly プロパティ

定義

共有ディスクをマウントしているすべての VM で ReadOnly として許可される IOPS の合計数を取得または設定します。 1 つの操作で 4k から 256k バイトの間で転送できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象