DataDisk interface

The data disk of the VMSS.

Properties

caching

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/.

diskSizeGiB

The initial disk size in gigabytes.

driveLetter

The drive letter for the empty data disk. If not specified, it will be the first available letter.

storageAccountType

The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".

Property Details

caching

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/.

caching?: string

Property Value

string

diskSizeGiB

The initial disk size in gigabytes.

diskSizeGiB?: number

Property Value

number

driveLetter

The drive letter for the empty data disk. If not specified, it will be the first available letter.

driveLetter?: string

Property Value

string

storageAccountType

The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs".

storageAccountType?: string

Property Value

string