Share via


ComputeNodeReimageParameters.ComputeNodeReimageOption Property

 

Optional. Gets or sets when to reimage the compute node and what to do with currently running tasks. The default value is requeue.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Nullable<ComputeNodeReimageOption> ComputeNodeReimageOption { get; set; }
public:
property Nullable<ComputeNodeReimageOption> ComputeNodeReimageOption {
    Nullable<ComputeNodeReimageOption> get();
    void set(Nullable<ComputeNodeReimageOption> value);
}
member ComputeNodeReimageOption : Nullable<ComputeNodeReimageOption> with get, set
Public Property ComputeNodeReimageOption As Nullable(Of ComputeNodeReimageOption)

Property Value

Type: System.Nullable<ComputeNodeReimageOption>

See Also

ComputeNodeReimageParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top