Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataDisk

Package version

An interface representing DataDisk.

summary

Settings which will be used by the data disks associated to compute nodes in the pool.

Hierarchy

  • DataDisk

Index

Properties

Optional caching

caching: CachingType

The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values include: 'none', 'readOnly', 'readWrite'

diskSizeGB

diskSizeGB: number

The initial disk size in gigabytes.

lun

lun: number

The logical unit number. The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.

Optional storageAccountType

storageAccountType: StorageAccountType

The storage account type to be used for the data disk. If omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS'

Generated using TypeDoc