你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

BatchNodeReimageOption(String)

Initializes a new instance of BatchNodeReimageOption.

Properties

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

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

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

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