Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageDisk

Package version

Describes a image disk.

Hierarchy

  • ImageDisk

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

Optional diskEncryptionSet

diskEncryptionSet: DiskEncryptionSetParameters

Specifies the customer managed disk encryption set resource id for the managed image disk.

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

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. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.

Generated using TypeDoc