DiskUpdate interface
Disk update resource.
Properties
| properties | Disk resource update properties. |
| sku | The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS. |
| tags | Resource tags |
Property Details
properties
Disk resource update properties.
properties?: DiskUpdateProperties
Property Value
sku
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.
sku?: DiskSku
Property Value
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>