Class VirtualMachineConfiguration
java.lang.Object
com.microsoft.azure.management.batchai.VirtualMachineConfiguration
VM configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet oS image reference for cluster nodes.withImageReference
(ImageReference imageReference) Set oS image reference for cluster nodes.
-
Constructor Details
-
VirtualMachineConfiguration
public VirtualMachineConfiguration()
-
-
Method Details
-
imageReference
Get oS image reference for cluster nodes.- Returns:
- the imageReference value
-
withImageReference
Set oS image reference for cluster nodes.- Parameters:
imageReference
- the imageReference value to set- Returns:
- the VirtualMachineConfiguration object itself.
-