共用方式為


JobErrorDetails Constructors

Definition

Overloads

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

JobErrorDetails()

public JobErrorDetails ();
Public Sub New ()

Applies to

JobErrorDetails(String, String, IList<JobErrorItem>)

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

Parameters

code
String
message
String
errorDetails
IList<JobErrorItem>

Applies to