Skip to content

Commit

Permalink
added link to disk properties for UltraSSD values (Azure#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfitzmac authored and jhendrixMSFT committed Feb 1, 2019
1 parent e0f2f8c commit e713e24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -879,12 +879,12 @@
"diskIOPSReadWrite": {
"type":"integer",
"format": "int64",
"description": "The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes."
"description": "The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. For a description of the range of values you can set, see [Ultra SSD Managed Disk Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings)."
},
"diskMBpsReadWrite": {
"type":"integer",
"format": "int32",
"description": "The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10."
"description": "The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. For a description of the range of values you can set, see [Ultra SSD Managed Disk Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings)."
}
},
"required": [
Expand Down

0 comments on commit e713e24

Please sign in to comment.