BatchErrorDetail Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Azure SDK for .NET