Share via


VirtualMachineScaleSetDataDisk.DiskMBpsReadWrite プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象