Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageDataDisk

Package version

Describes a data disk.

Hierarchy

  • ImageDataDisk

Index

Properties

Optional blobUri

blobUri: undefined | string

The Virtual Hard Disk.

Optional caching

caching: CachingTypes

Specifies the caching requirements.

Possible values are:

None

ReadOnly

ReadWrite

Default: None for Standard storage. ReadOnly for Premium storage. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

Optional diskSizeGB

diskSizeGB: undefined | number

Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

This value cannot be larger than 1023 GB

lun

lun: number

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.

Optional managedDisk

managedDisk: SubResource

The managedDisk.

Optional snapshot

snapshot: SubResource

The snapshot.

Optional storageAccountType

storageAccountType: StorageAccountTypes

Specifies the storage account type for the managed disk. Possible values are: Standard_LRS or Premium_LRS. Possible values include: 'Standard_LRS', 'Premium_LRS'

Generated using TypeDoc