VirtualMachineConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.batchai.VirtualMachineConfiguration

public class VirtualMachineConfiguration

VM configuration.

Method Summary

Modifier and Type Method and Description
ImageReference imageReference()

Get oS image reference for cluster nodes.

VirtualMachineConfiguration withImageReference(ImageReference imageReference)

Set oS image reference for cluster nodes.

Method Details

imageReference

public ImageReference imageReference()

Get oS image reference for cluster nodes.

Returns:

the imageReference value

withImageReference

public VirtualMachineConfiguration withImageReference(ImageReference imageReference)

Set oS image reference for cluster nodes.

Parameters:

imageReference - the imageReference value to set

Returns:

the VirtualMachineConfiguration object itself.

Applies to