Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataDisks

Package version

interface

An interface representing DataDisks. Data disks settings.

Hierarchy

  • DataDisks

Index

Properties

Optional cachingType

cachingType: CachingType
member

{CachingType} [cachingType] Caching type. Caching type for the disks. Available values are none (default), readonly, readwrite. Caching type can be set only for VM sizes supporting premium storage. Possible values include: 'none', 'readonly', 'readwrite'. Default value: 'none' .

diskCount

diskCount: number
member

{number} diskCount Number of data disks. Number of data disks attached to the File Server. If multiple disks attached, they will be configured in RAID level 0.

diskSizeInGB

diskSizeInGB: number
member

{number} diskSizeInGB Disk size in GB. Disk size in GB for the blank data disks.

storageAccountType

storageAccountType: StorageAccountType
member

{StorageAccountType} storageAccountType Storage account type. Type of storage account to be used on the disk. Possible values are: Standard_LRS or Premium_LRS. Premium storage account type can only be used with VM sizes supporting premium storage. Possible values include: 'Standard_LRS', 'Premium_LRS'

Generated using TypeDoc