| Modifier and Type | Method and Description |
|---|---|
VirtualHardDisk |
VirtualMachineScaleSetOSDisk.image()
Get the image value.
|
VirtualHardDisk |
OSDisk.image()
Get the image value.
|
VirtualHardDisk |
DataDisk.image()
Get the image value.
|
VirtualHardDisk |
OSDisk.vhd()
Get the vhd value.
|
VirtualHardDisk |
DataDisk.vhd()
Get the vhd value.
|
VirtualHardDisk |
VirtualHardDisk.withUri(String uri)
Set the uri value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withImage(VirtualHardDisk image)
Set the image value.
|
OSDisk |
OSDisk.withImage(VirtualHardDisk image)
Set the image value.
|
DataDisk |
DataDisk.withImage(VirtualHardDisk image)
Set the image value.
|
OSDisk |
OSDisk.withVhd(VirtualHardDisk vhd)
Set the vhd value.
|
DataDisk |
DataDisk.withVhd(VirtualHardDisk vhd)
Set the vhd value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/