| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.Update |
VirtualMachine.UpdateStages.WithUnmanagedDataDisk.updateUnmanagedDataDisk(String name)
Begins the description of an update of an existing unmanaged data disk of this virtual machine.
|
VirtualMachineUnmanagedDataDisk.Update |
VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.Update |
VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskLun.withLun(Integer lun)
Specifies the new logical unit number for the data disk.
|
VirtualMachineUnmanagedDataDisk.Update |
VirtualMachineUnmanagedDataDisk.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.
*/