public class VirtualMachineConfiguration extends Object
Constructor and Description |
---|
VirtualMachineConfiguration() |
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
containerConfiguration()
Get the containerConfiguration value.
|
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 |
withContainerConfiguration(ContainerConfiguration containerConfiguration)
Set the containerConfiguration 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 setpublic ContainerConfiguration containerConfiguration()
public VirtualMachineConfiguration withContainerConfiguration(ContainerConfiguration containerConfiguration)
containerConfiguration
- the containerConfiguration value to setCopyright © 2019. All rights reserved.