Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateOSDisk
Packages that use VirtualMachineScaleSetUpdateOSDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateOSDisk in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetUpdateOSDiskModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateStorageProfile.osDisk()
Get the OS disk.VirtualMachineScaleSetUpdateOSDisk.withCaching
(CachingTypes caching) Set the caching type.VirtualMachineScaleSetUpdateOSDisk.withDiskSizeGB
(Integer diskSizeGB) Set specifies the size of the operating system disk in gigabytes.VirtualMachineScaleSetUpdateOSDisk.withImage
(VirtualHardDisk image) Set the Source User Image VirtualHardDisk.VirtualMachineScaleSetUpdateOSDisk.withManagedDisk
(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.withVhdContainers
(List<String> vhdContainers) Set the list of virtual hard disk container uris.VirtualMachineScaleSetUpdateOSDisk.withWriteAcceleratorEnabled
(Boolean writeAcceleratorEnabled) Set specifies whether writeAccelerator should be enabled or disabled on the disk.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetUpdateOSDiskModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateStorageProfile.withOsDisk
(VirtualMachineScaleSetUpdateOSDisk osDisk) Set the OS disk.