NodeReimageParameter Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. NodeReimageParameter
- com.
public class NodeReimageParameter
Options for reimaging a Compute Node.
Constructor Summary
Constructor | Description | |
---|---|---|
NodeReimageParameter() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Compute |
nodeReimageOption()
Get the default value is requeue. |
Node |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java