Share via


BatchNodeRebootOption Struct

Definition

BatchNodeRebootOption enums.

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

Constructors

BatchNodeRebootOption(String)

Initializes a new instance of BatchNodeRebootOption.

Properties

Requeue

Terminate running Task processes and requeue the Tasks. The Tasks will run again when a Compute Node is available. Restart the Compute Node as soon as Tasks have been terminated.

RetainedData

Allow currently running Tasks to complete, then wait for all Task data retention periods to expire. Schedule no new Tasks while waiting. Restart the Compute Node when all Task retention periods have expired.

TaskCompletion

Allow currently running Tasks to complete. Schedule no new Tasks while waiting. Restart the Compute Node 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. Restart the Compute Node as soon as Tasks have been terminated.

Methods

Equals(BatchNodeRebootOption)

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(BatchNodeRebootOption, BatchNodeRebootOption)

Determines if two BatchNodeRebootOption values are the same.

Implicit(String to BatchNodeRebootOption)

Converts a string to a BatchNodeRebootOption.

Inequality(BatchNodeRebootOption, BatchNodeRebootOption)

Determines if two BatchNodeRebootOption values are not the same.

Applies to