Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryInnerHealthError Method

Definition

Initializes a new instance of SiteRecoveryInnerHealthError.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryInnerHealthError SiteRecoveryInnerHealthError (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, DateTimeOffset? createdOn = default, string recoveryProviderErrorMessage = default, string entityId = default, string errorId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HealthErrorCustomerResolvability? customerResolvability = default);
static member SiteRecoveryInnerHealthError : string * string * string * string * string * string * string * string * string * Nullable<DateTimeOffset> * string * string * string * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HealthErrorCustomerResolvability> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryInnerHealthError
Public Shared Function SiteRecoveryInnerHealthError (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 createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional recoveryProviderErrorMessage As String = Nothing, Optional entityId As String = Nothing, Optional errorId As String = Nothing, Optional customerResolvability As Nullable(Of HealthErrorCustomerResolvability) = Nothing) As SiteRecoveryInnerHealthError

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.

createdOn
Nullable<DateTimeOffset>

Error creation time (UTC).

recoveryProviderErrorMessage
String

DRA error message.

entityId
String

ID of the entity.

errorId
String

The health error unique id.

customerResolvability
Nullable<HealthErrorCustomerResolvability>

Value indicating whether the health error is customer resolvable.

Returns

A new SiteRecoveryInnerHealthError instance for mocking.

Applies to