Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateStorageProfile.osDisk()
Get the osDisk property: The OS disk.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withCaching(CachingTypes caching)
Set the caching property: The caching type.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB property: Specifies the size of the operating system disk in gigabytes.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withImage(VirtualHardDisk image)
Set the image property: The Source User Image VirtualHardDisk.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk property: The managed disk parameters.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withVhdContainers(List<String> vhdContainers)
Set the vhdContainers property: The list of virtual hard disk container uris.
|
VirtualMachineScaleSetUpdateOSDisk |
VirtualMachineScaleSetUpdateOSDisk.withWriteAcceleratorEnabled(Boolean writeAcceleratorEnabled)
Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the
disk.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
Set the osDisk property: The OS disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.