Share via


JobErrorItem Constructors

Definition

Overloads

JobErrorItem()

Initializes a new instance of the JobErrorItem class.

JobErrorItem(IList<String>, String, String)

Initializes a new instance of the JobErrorItem class.

JobErrorItem()

Initializes a new instance of the JobErrorItem class.

public JobErrorItem ();
Public Sub New ()

Applies to

JobErrorItem(IList<String>, String, String)

Initializes a new instance of the JobErrorItem class.

public JobErrorItem (System.Collections.Generic.IList<string> recommendations = default, string code = default, string message = default);
new Microsoft.Azure.Management.EdgeGateway.Models.JobErrorItem : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.JobErrorItem
Public Sub New (Optional recommendations As IList(Of String) = Nothing, Optional code As String = Nothing, Optional message As String = Nothing)

Parameters

recommendations
IList<String>

The recommended actions.

code
String

The code intended for programmatic access.

message
String

The message that describes the error in detail.

Applies to