Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataDisk

Package version

interface

An interface representing DataDisk. Data Disk settings which will be used by the data disks associated to Compute Nodes in the pool.

Hierarchy

  • DataDisk

Index

Properties

Optional caching

caching: CachingType
member

{CachingType} [caching] The type of caching to be enabled for the data disks. Values are:

none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write.

The default value for caching is none. 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
member

{number} diskSizeGB The initial disk size in GB when creating new data disk.

lun

lun: number
member

{number} lun 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
member

{StorageAccountType} [storageAccountType] The storage account type to be used for the data disk. If omitted, the default is "Standard_LRS". Values are:

Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. Possible values include: 'Standard_LRS', 'Premium_LRS'

Generated using TypeDoc