Share via


DscReportError Constructors

Definition

Overloads

DscReportError()

Initializes a new instance of the DscReportError class.

DscReportError(String, String, String, String, String, String)

Initializes a new instance of the DscReportError class.

DscReportError()

Initializes a new instance of the DscReportError class.

public DscReportError ();
Public Sub New ()

Applies to

DscReportError(String, String, String, String, String, String)

Initializes a new instance of the DscReportError class.

public DscReportError (string errorSource = default, string resourceId = default, string errorCode = default, string errorMessage = default, string locale = default, string errorDetails = default);
new Microsoft.Azure.Management.Automation.Models.DscReportError : string * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.DscReportError
Public Sub New (Optional errorSource As String = Nothing, Optional resourceId As String = Nothing, Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional locale As String = Nothing, Optional errorDetails As String = Nothing)

Parameters

errorSource
String

Gets or sets the source of the error.

resourceId
String

Gets or sets the resource ID which generated the error.

errorCode
String

Gets or sets the error code.

errorMessage
String

Gets or sets the error message.

locale
String

Gets or sets the locale of the error.

errorDetails
String

Gets or sets the error details.

Applies to