Dela via


JobErrorItem Constructors

Definition

Overloads

JobErrorItem()
JobErrorItem(String, String, IList<String>)

JobErrorItem()

public JobErrorItem ();
Public Sub New ()

Applies to

JobErrorItem(String, String, IList<String>)

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

Parameters

code
String
message
String
recommendations
IList<String>

Applies to