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

ExitCodeMapping 类

定义

如果任务使用特定退出代码退出,Batch 服务应如何响应。

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

构造函数

ExitCodeMapping()

初始化 ExitCodeMapping 类的新实例。

ExitCodeMapping(Int32, ExitOptions)

初始化 ExitCodeMapping 类的新实例。

属性

Code

获取或设置进程退出代码。

ExitOptions

获取或设置如果 Task 使用此退出代码退出,Batch 服务应如何响应。

适用于