NodeReimageParameter Class

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

public class NodeReimageParameter

Options for reimaging a Compute Node.

Constructor Summary

Constructor Description
NodeReimageParameter()

Method Summary

Modifier and Type Method and Description
ComputeNodeReimageOption nodeReimageOption()

Get the default value is requeue.

NodeReimageParameter withNodeReimageOption(ComputeNodeReimageOption nodeReimageOption)

Set the default value is requeue.

Methods inherited from java.lang.Object

Constructor Details

NodeReimageParameter

public NodeReimageParameter()

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