Disk interface
Disk resource.
- Extends
Properties
| extended |
The extended location where the disk will be created. Extended location cannot be changed. |
| properties | Disk resource properties. |
| sku | The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS. |
| zones | The Logical zone list for Disk. |
Property Details
extendedLocation
The extended location where the disk will be created. Extended location cannot be changed.
extendedLocation?: ExtendedLocation
Property Value
properties
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
zones
The Logical zone list for Disk.
zones?: string[]
Property Value
string[]
Inherited Property Details
location
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags