Share via


BatchNodeDisableSchedulingOption Struct

Definition

BatchNodeDisableSchedulingOption enums.

public readonly struct BatchNodeDisableSchedulingOption : IEquatable<Azure.Compute.Batch.BatchNodeDisableSchedulingOption>
type BatchNodeDisableSchedulingOption = struct
Public Structure BatchNodeDisableSchedulingOption
Implements IEquatable(Of BatchNodeDisableSchedulingOption)
Inheritance
BatchNodeDisableSchedulingOption
Implements

Constructors

BatchNodeDisableSchedulingOption(String)

Initializes a new instance of BatchNodeDisableSchedulingOption.

Properties

Requeue

Terminate running Task processes and requeue the Tasks. The Tasks may run again on other Compute Nodes, or when Task scheduling is re-enabled on this Compute Node. Enter offline state as soon as Tasks have been terminated.

TaskCompletion

Allow currently running Tasks to complete. Schedule no new Tasks while waiting. Enter offline state when all Tasks have completed.

Terminate

Terminate running Tasks. The Tasks will be completed with failureInfo indicating that they were terminated, and will not run again. Enter offline state as soon as Tasks have been terminated.

Methods

Equals(BatchNodeDisableSchedulingOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BatchNodeDisableSchedulingOption, BatchNodeDisableSchedulingOption)

Determines if two BatchNodeDisableSchedulingOption values are the same.

Implicit(String to BatchNodeDisableSchedulingOption)

Converts a string to a BatchNodeDisableSchedulingOption.

Inequality(BatchNodeDisableSchedulingOption, BatchNodeDisableSchedulingOption)

Determines if two BatchNodeDisableSchedulingOption values are not the same.

Applies to