Share via


ComputeNodeDisableSchedulingParameters.DisableComputeNodeSchedulingOption Property

 

Optional. Gets or sets what to do with currently running tasks when disable task scheduling on the compute node. The default value is requeue.

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

Syntax

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

Property Value

Type: System.Nullable<DisableComputeNodeSchedulingOption>

See Also

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

Return to top