你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InMageRcmLastAgentUpgradeErrorDetails Constructors

Definition

Overloads

InMageRcmLastAgentUpgradeErrorDetails()

Initializes a new instance of the InMageRcmLastAgentUpgradeErrorDetails class.

InMageRcmLastAgentUpgradeErrorDetails(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>)

Initializes a new instance of the InMageRcmLastAgentUpgradeErrorDetails class.

InMageRcmLastAgentUpgradeErrorDetails()

Initializes a new instance of the InMageRcmLastAgentUpgradeErrorDetails class.

public InMageRcmLastAgentUpgradeErrorDetails ();
Public Sub New ()

Applies to

InMageRcmLastAgentUpgradeErrorDetails(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>)

Initializes a new instance of the InMageRcmLastAgentUpgradeErrorDetails class.

public InMageRcmLastAgentUpgradeErrorDetails (string errorCode = default, string errorMessage = default, string possibleCauses = default, string recommendedAction = default, System.Collections.Generic.IDictionary<string,string> errorMessageParameters = default, System.Collections.Generic.IDictionary<string,string> errorTags = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmLastAgentUpgradeErrorDetails
Public Sub New (Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional errorMessageParameters As IDictionary(Of String, String) = Nothing, Optional errorTags As IDictionary(Of String, String) = Nothing)

Parameters

errorCode
String

The error code.

errorMessage
String

The error message.

possibleCauses
String

The possible causes.

recommendedAction
String

The recommended action.

errorMessageParameters
IDictionary<String,String>

The error message parameters.

errorTags
IDictionary<String,String>

The error tags.

Applies to