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

BatchErrorDetail 构造函数

定义

重载

BatchErrorDetail()

初始化 BatchErrorDetail 类的新实例。

BatchErrorDetail(String, String)

初始化 BatchErrorDetail 类的新实例。

BatchErrorDetail()

Source:
BatchErrorDetail.cs

初始化 BatchErrorDetail 类的新实例。

public BatchErrorDetail ();
Public Sub New ()

适用于

BatchErrorDetail(String, String)

Source:
BatchErrorDetail.cs

初始化 BatchErrorDetail 类的新实例。

public BatchErrorDetail (string key = default, string value = default);
new Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail : string * string -> Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail
Public Sub New (Optional key As String = Nothing, Optional value As String = Nothing)

参数

key
String

指定 Value 属性的含义的标识符。

value
String

错误响应中包含的其他信息。

适用于