ComputeNodeRemoveParameters.ComputeNodeDeallocationOption Property

 

Optional. Gets or sets when compute nodes may be removed from the pool.

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

Syntax

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

Property Value

Type: System.Nullable<ComputeNodeDeallocationOption>

See Also

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

Return to top