Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttachNewDataDiskOptions

Package version

Properties to attach new disk to the Virtual Machine.

Hierarchy

  • AttachNewDataDiskOptions

Index

Properties

Optional diskName

diskName: undefined | string

The name of the disk to be attached.

Optional diskSizeGiB

diskSizeGiB: undefined | number

Size of the disk to be attached in Gibibytes.

Optional diskType

diskType: StorageType

The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'

Generated using TypeDoc