| Modifier and Type | Method and Description |
|---|---|
ImageDataDisk |
ImageDataDisk.withLun(int lun)
Set specifies the logical unit number of the data disk.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ImageDataDisk> |
VirtualMachineCustomImage.dataDiskImages() |
List<ImageDataDisk> |
ImageStorageProfile.dataDisks()
Get specifies the parameters that are used to add a data disk to a virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
ImageStorageProfile |
ImageStorageProfile.withDataDisks(List<ImageDataDisk> dataDisks)
Set specifies the parameters that are used to add a data disk to a virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/