Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetOSDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetOSDisk in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetStorageProfile.osDisk()
Get specifies information about the operating system disk used by the virtual machines in the scale set.VirtualMachineScaleSetOSDisk.withCaching
(CachingTypes caching) Set specifies the caching requirements.VirtualMachineScaleSetOSDisk.withCreateOption
(DiskCreateOptionTypes createOption) Set specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** – This value is used when you are using an image to create the virtual machine.VirtualMachineScaleSetOSDisk.withDiffDiskSettings
(DiffDiskSettings diffDiskSettings) Set specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.VirtualMachineScaleSetOSDisk.withDiskSizeGB
(Integer diskSizeGB) Set specifies the size of the operating system disk in gigabytes.VirtualMachineScaleSetOSDisk.withImage
(VirtualHardDisk image) Set specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetOSDisk.withManagedDisk
(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.Set the disk name.VirtualMachineScaleSetOSDisk.withOsType
(OperatingSystemTypes osType) Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.VirtualMachineScaleSetOSDisk.withVhdContainers
(List<String> vhdContainers) Set specifies the container urls that are used to store operating system disks for the scale set.VirtualMachineScaleSetOSDisk.withWriteAcceleratorEnabled
(Boolean writeAcceleratorEnabled) Set specifies whether writeAccelerator should be enabled or disabled on the disk.Modifier and TypeMethodDescriptionVirtualMachineScaleSetStorageProfile.withOsDisk
(VirtualMachineScaleSetOSDisk osDisk) Set specifies information about the operating system disk used by the virtual machines in the scale set.