Share via


InnerHealthError Constructors

Definition

Overloads

InnerHealthError()

Initializes a new instance of the InnerHealthError class.

InnerHealthError(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String, String)

Initializes a new instance of the InnerHealthError class.

InnerHealthError()

Initializes a new instance of the InnerHealthError class.

public InnerHealthError ();
Public Sub New ()

Applies to

InnerHealthError(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String, String)

Initializes a new instance of the InnerHealthError class.

public InnerHealthError (string errorSource = default, string errorType = default, string errorLevel = default, string errorCategory = default, string errorCode = default, string summaryMessage = default, string errorMessage = default, string possibleCauses = default, string recommendedAction = default, DateTime? creationTimeUtc = default, string recoveryProviderErrorMessage = default, string entityId = default, string errorId = default, string customerResolvability = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InnerHealthError : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InnerHealthError
Public Sub New (Optional errorSource As String = Nothing, Optional errorType As String = Nothing, Optional errorLevel As String = Nothing, Optional errorCategory As String = Nothing, Optional errorCode As String = Nothing, Optional summaryMessage As String = Nothing, Optional errorMessage As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional creationTimeUtc As Nullable(Of DateTime) = Nothing, Optional recoveryProviderErrorMessage As String = Nothing, Optional entityId As String = Nothing, Optional errorId As String = Nothing, Optional customerResolvability As String = Nothing)

Parameters

errorSource
String

Source of error.

errorType
String

Type of error.

errorLevel
String

Level of error.

errorCategory
String

Category of error.

errorCode
String

Error code.

summaryMessage
String

Summary message of the entity.

errorMessage
String

Error message.

possibleCauses
String

Possible causes of error.

recommendedAction
String

Recommended action to resolve error.

creationTimeUtc
Nullable<DateTime>

Error creation time (UTC).

recoveryProviderErrorMessage
String

DRA error message.

entityId
String

ID of the entity.

errorId
String

The health error unique id.

customerResolvability
String

Value indicating whether the health error is customer resolvable. Possible values include: 'Allowed', 'NotAllowed'

Applies to