Share via


ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmLastAgentUpgradeErrorDetails Method

Definition

Initializes a new instance of InMageRcmLastAgentUpgradeErrorDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails InMageRcmLastAgentUpgradeErrorDetails (string errorCode = default, string errorMessage = default, string possibleCauses = default, string recommendedAction = default, System.Collections.Generic.IReadOnlyDictionary<string,string> errorMessageParameters = default, System.Collections.Generic.IReadOnlyDictionary<string,string> errorTags = default);
static member InMageRcmLastAgentUpgradeErrorDetails : string * string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails
Public Shared Function InMageRcmLastAgentUpgradeErrorDetails (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional errorMessageParameters As IReadOnlyDictionary(Of String, String) = Nothing, Optional errorTags As IReadOnlyDictionary(Of String, String) = Nothing) As InMageRcmLastAgentUpgradeErrorDetails

Parameters

errorCode
String

The error code.

errorMessage
String

The error message.

possibleCauses
String

The possible causes.

recommendedAction
String

The recommended action.

errorMessageParameters
IReadOnlyDictionary<String,String>

The error message parameters.

errorTags
IReadOnlyDictionary<String,String>

The error tags.

Returns

A new InMageRcmLastAgentUpgradeErrorDetails instance for mocking.

Applies to