DiskDetails interface
The supported disk size details for a disk type.
Properties
disk |
The disk tier, e.g. P10, E10. |
iops |
The disk Iops. |
maximum |
The maximum supported disk count. |
mbps |
The disk provisioned throughput in MBps. |
minimum |
The minimum supported disk count. |
sizeGB | The disk size in GB. |
sku | The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS. |
Property Details
diskTier
The disk tier, e.g. P10, E10.
diskTier?: string
Property Value
string
iopsReadWrite
The disk Iops.
iopsReadWrite?: number
Property Value
number
maximumSupportedDiskCount
The maximum supported disk count.
maximumSupportedDiskCount?: number
Property Value
number
mbpsReadWrite
The disk provisioned throughput in MBps.
mbpsReadWrite?: number
Property Value
number
minimumSupportedDiskCount
The minimum supported disk count.
minimumSupportedDiskCount?: number
Property Value
number
sizeGB
The disk size in GB.
sizeGB?: number
Property Value
number
sku
The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
sku?: DiskSku
Property Value
Azure SDK for JavaScript