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

ExitConditions Class

Definition

How the Batch service should respond when a task completes.

public class ExitConditions
type ExitConditions = class
Public Class ExitConditions
Inheritance
ExitConditions

Constructors

ExitConditions()

Initializes a new instance of the ExitConditions class.

Properties

Default

Gets or sets how the Batch service should respond if the task fails with an exit condition not covered by any of the other properties.

ExitCodeRanges

Gets or sets a list of task exit code ranges and how the Batch service should respond to them.

ExitCodes

Gets or sets a list of task exit codes and how the Batch service should respond to them.

FileUploadError

Gets or sets how the Batch service should respond if a file upload error occurs.

PreProcessingError

Gets or sets how the Batch service should respond if the task fails to start due to an error.

Applies to