Share via


BatchNodeReimageOption Struct

Definition

BatchNodeReimageOption enums.

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

Constructors

Name Description
BatchNodeReimageOption(String)

Initializes a new instance of BatchNodeReimageOption.

Properties

Name Description
Requeue

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

RetainedData

Deprecated, we encourage you to upload task data to Azure Storage in your task and use TaskCompletion instead. Allow currently running Tasks to complete, then wait for all Task data retention periods to expire. Schedule no new Tasks while waiting. Reimage the Compute Node when all Task retention periods have expired.

TaskCompletion

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

Methods

Name Description
Equals(BatchNodeReimageOption)

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

Name Description
Equality(BatchNodeReimageOption, BatchNodeReimageOption)

Determines if two BatchNodeReimageOption values are the same.

Implicit(String to BatchNodeReimageOption)

Converts a String to a BatchNodeReimageOption.

Inequality(BatchNodeReimageOption, BatchNodeReimageOption)

Determines if two BatchNodeReimageOption values are not the same.

Applies to