| Modifier and Type | Method and Description |
|---|---|
DataDisk |
DataDisk.withCaching(CachingTypes caching)
Set the caching value.
|
DataDisk |
DataDisk.withCreateOption(DiskCreateOptionTypes createOption)
Set the createOption value.
|
DataDisk |
DataDisk.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB value.
|
DataDisk |
DataDisk.withImage(VirtualHardDisk image)
Set the image value.
|
DataDisk |
DataDisk.withLun(int lun)
Set the lun value.
|
DataDisk |
DataDisk.withName(String name)
Set the name value.
|
DataDisk |
DataDisk.withVhd(VirtualHardDisk vhd)
Set the vhd value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataDisk> |
StorageProfile.dataDisks()
Get the dataDisks value.
|
| Modifier and Type | Method and Description |
|---|---|
StorageProfile |
StorageProfile.withDataDisks(List<DataDisk> dataDisks)
Set the dataDisks value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/