Freigeben über


BatchErrorDetail Constructors

Definition

Overloads

Name Description
BatchErrorDetail()

Initializes a new instance of the BatchErrorDetail class.

BatchErrorDetail(String, String)

Initializes a new instance of the BatchErrorDetail class.

BatchErrorDetail()

Source:
BatchErrorDetail.cs

Initializes a new instance of the BatchErrorDetail class.

public BatchErrorDetail();
Public Sub New ()

Applies to

BatchErrorDetail(String, String)

Source:
BatchErrorDetail.cs

Initializes a new instance of the BatchErrorDetail class.

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)

Parameters

key
String

An identifier specifying the meaning of the Value property.

value
String

The additional information included with the error response.

Applies to