DataDisk.DiskIOPSReadWrite Property

Definition

Gets specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to