Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateOSDisk
Packages that use VirtualMachineScaleSetUpdateOSDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateOSDisk in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateOSDiskModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateOSDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateOSDisk from the JsonReader.VirtualMachineScaleSetUpdateStorageProfile.osDisk()Get the osDisk property: The OS disk.VirtualMachineScaleSetUpdateOSDisk.withCaching(CachingTypes caching) Set the caching property: The caching type.VirtualMachineScaleSetUpdateOSDisk.withDeleteOption(DiskDeleteOptionTypes deleteOption) Set the deleteOption property: Specifies whether OS Disk should be deleted or detached upon VMSS Flex deletion (This feature is available for VMSS with Flexible OrchestrationMode only).VirtualMachineScaleSetUpdateOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.VirtualMachineScaleSetUpdateOSDisk.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: Specifies the size of an empty data disk in gigabytes.VirtualMachineScaleSetUpdateOSDisk.withImage(VirtualHardDisk image) Set the image property: The Source User Image VirtualHardDisk.VirtualMachineScaleSetUpdateOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managedDisk property: The managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.withVhdContainers(List<String> vhdContainers) Set the vhdContainers property: The list of virtual hard disk container uris.VirtualMachineScaleSetUpdateOSDisk.withWriteAcceleratorEnabled(Boolean writeAcceleratorEnabled) Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the disk.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdateOSDiskModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateStorageProfile.withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk) Set the osDisk property: The OS disk.