Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineScaleSetUpdateOSDisk

Package version

Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk.

Hierarchy

  • VirtualMachineScaleSetUpdateOSDisk

Index

Properties

Optional caching

caching: CachingTypes

The caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

Optional image

The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist.

Optional managedDisk

The managed disk parameters.

Optional vhdContainers

vhdContainers: string[]

The list of virtual hard disk container uris.

Optional writeAcceleratorEnabled

writeAcceleratorEnabled: undefined | false | true

Specifies whether writeAccelerator should be enabled or disabled on the disk.

Generated using TypeDoc