Share via


Disk interface

Disk resource.

Extends

Properties

extendedLocation

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.

Inherited Properties

location

Resource location

tags

Resource tags

Property Details

extendedLocation

The extended location where the disk will be created. Extended location cannot be changed.

extendedLocation?: ExtendedLocation

Property Value

properties

Disk resource properties.

properties?: DiskProperties

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

zones

The Logical zone list for Disk.

zones?: string[]

Property Value

string[]

Inherited Property Details

location

Resource location

location: string

Property Value

string

Inherited From Resource.location

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags