| Modifier and Type | Method and Description |
|---|---|
VirtualMachineDataDisk.Update |
VirtualMachine.UpdateStages.WithDataDisk.updateDataDisk(String name)
Begins the description of an update of an existing data disk of this virtual machine.
|
VirtualMachineDataDisk.Update |
VirtualMachineDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.
|
VirtualMachineDataDisk.Update |
VirtualMachineDataDisk.UpdateStages.WithDiskLun.withLun(Integer lun)
Specifies the new logical unit number for the data disk.
|
VirtualMachineDataDisk.Update |
VirtualMachineDataDisk.UpdateStages.WithDiskSize.withSizeInGB(Integer sizeInGB)
Specifies the new size in GB for data disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/