VirtualMachineScaleSetUpdateOSDisk Class

Definition

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

public class VirtualMachineScaleSetUpdateOSDisk
type VirtualMachineScaleSetUpdateOSDisk = class
Public Class VirtualMachineScaleSetUpdateOSDisk
Inheritance
VirtualMachineScaleSetUpdateOSDisk

Constructors

VirtualMachineScaleSetUpdateOSDisk()

Initializes a new instance of the VirtualMachineScaleSetUpdateOSDisk class.

VirtualMachineScaleSetUpdateOSDisk(Nullable<CachingTypes>, Nullable<Boolean>, Nullable<Int32>, VirtualHardDisk, IList<String>, VirtualMachineScaleSetManagedDiskParameters)

Initializes a new instance of the VirtualMachineScaleSetUpdateOSDisk class.

Properties

Caching

Gets or sets the caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

DiskSizeGB

Gets or sets specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. &lt;br&gt;&lt;br&gt; This value cannot be larger than 1023 GB

Image

Gets or sets 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.

ManagedDisk

Gets or sets the managed disk parameters.

VhdContainers

Gets or sets the list of virtual hard disk container uris.

WriteAcceleratorEnabled

Gets or sets specifies whether writeAccelerator should be enabled or disabled on the disk.

Applies to