BatchManagementError Constructor
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
BatchManagementError() | Initializes a new instance of the BatchManagementError class. |
![]() |
BatchManagementError(String, String) | Initializes a new instance of the BatchManagementError class with required arguments. |
See Also
BatchManagementError Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top
BatchManagementError Constructor ()
Initializes a new instance of the BatchManagementError class.
Syntax
public BatchManagementError()
public:
BatchManagementError()
new : unit -> BatchManagementError
Public Sub New
Return to top
BatchManagementError Constructor (String, String)
Initializes a new instance of the BatchManagementError class with required arguments.
Syntax
public BatchManagementError(
string code,
string message
)
public:
BatchManagementError(
String^ code,
String^ message
)
new :
code:string *
message:string -> BatchManagementError
Public Sub New (
code As String,
message As String
)
Parameters
- code
Type: System.String
- message
Type: System.String
Return to top
.jpeg)