次の方法で共有


VirtualMachineScaleSetDataDisk.DiskIOPSReadWrite プロパティ

定義

マネージド ディスクのRead-Write IOPS を取得または設定します。 StorageAccountType がUltraSSD_LRSされている場合にのみ使用する必要があります。 指定しない場合、既定値は diskSizeGB に基づいて割り当てられます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象