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

ExitOptions Class

Definition

How the Batch service should respond to a particular exit condition.

public class ExitOptions
type ExitOptions = class
Public Class ExitOptions
Inheritance
ExitOptions

Constructors

Name Description
ExitOptions()

Initializes a new instance of the ExitOptions class.

Properties

Name Description
DependencyAction

Gets or sets an action that the Batch service should take on tasks that depend on this task.

JobAction

Gets or sets an action to take on the job containing the task, if the task completes with the given exit condition and the job's OnTaskFailure property is PerformExitOptionsJobAction.

Applies to