Disk Details Response
data class DiskDetailsResponse(val diskTier: String? = null, val iopsReadWrite: Double? = null, val maximumSupportedDiskCount: Double? = null, val mbpsReadWrite: Double? = null, val minimumSupportedDiskCount: Double? = null, val sizeGB: Double? = null, val sku: DiskSkuResponse? = null)
The supported disk size details for a disk type.
Properties
Link copied to clipboard
The disk Iops.
Link copied to clipboard
The maximum supported disk count.
Link copied to clipboard
The disk provisioned throughput in MBps.
Link copied to clipboard
The minimum supported disk count.
Link copied to clipboard
The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.