Share via


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

ExitCodeMapping 类

定义

进程退出代码,以及 Batch 服务在任务退出时应如何响应该退出代码。

public class ExitCodeMapping
type ExitCodeMapping = class
Public Class ExitCodeMapping
继承
ExitCodeMapping

构造函数

ExitCodeMapping(Int32, ExitOptions)

初始化 ExitCodeMapping 类的新实例。

属性

Code

获取进程退出代码。

ExitOptions

获取如果任务使用此退出代码退出,Batch 服务应如何响应。

适用于