NodeReimageParameter Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.NodeReimageParameter

public class NodeReimageParameter

Options for reimaging a compute node.

Method Summary

Modifier and Type Method and Description
ComputeNodeReimageOption nodeReimageOption()

Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

NodeReimageParameter withNodeReimageOption(ComputeNodeReimageOption nodeReimageOption)

Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Method Details

nodeReimageOption

public ComputeNodeReimageOption nodeReimageOption()

Get the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Returns:

the nodeReimageOption value

withNodeReimageOption

public NodeReimageParameter withNodeReimageOption(ComputeNodeReimageOption nodeReimageOption)

Set the default value is requeue. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'.

Parameters:

nodeReimageOption - the nodeReimageOption value to set

Returns:

the NodeReimageParameter object itself.

Applies to