public class VirtualMachineConfiguration extends Object
Constructor and Description |
---|
VirtualMachineConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<DataDisk> |
dataDisks()
Get the dataDisks value.
|
ImageReference |
imageReference()
Get the imageReference value.
|
String |
licenseType()
Get the licenseType value.
|
String |
nodeAgentSkuId()
Get the nodeAgentSkuId value.
|
OSDisk |
osDisk()
Get the osDisk value.
|
WindowsConfiguration |
windowsConfiguration()
Get the windowsConfiguration value.
|
VirtualMachineConfiguration |
withDataDisks(List<DataDisk> dataDisks)
Set the dataDisks value.
|
VirtualMachineConfiguration |
withImageReference(ImageReference imageReference)
Set the imageReference value.
|
VirtualMachineConfiguration |
withLicenseType(String licenseType)
Set the licenseType value.
|
VirtualMachineConfiguration |
withNodeAgentSkuId(String nodeAgentSkuId)
Set the nodeAgentSkuId value.
|
VirtualMachineConfiguration |
withOsDisk(OSDisk osDisk)
Set the osDisk value.
|
VirtualMachineConfiguration |
withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
public ImageReference imageReference()
public VirtualMachineConfiguration withImageReference(ImageReference imageReference)
imageReference
- the imageReference value to setpublic OSDisk osDisk()
public VirtualMachineConfiguration withOsDisk(OSDisk osDisk)
osDisk
- the osDisk value to setpublic String nodeAgentSkuId()
public VirtualMachineConfiguration withNodeAgentSkuId(String nodeAgentSkuId)
nodeAgentSkuId
- the nodeAgentSkuId value to setpublic WindowsConfiguration windowsConfiguration()
public VirtualMachineConfiguration withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
windowsConfiguration
- the windowsConfiguration value to setpublic VirtualMachineConfiguration withDataDisks(List<DataDisk> dataDisks)
dataDisks
- the dataDisks value to setpublic String licenseType()
public VirtualMachineConfiguration withLicenseType(String licenseType)
licenseType
- the licenseType value to setCopyright © 2019. All rights reserved.