InMageRcmAgentUpgradeBlockingErrorDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InMageRcmAgentUpgradeBlockingErrorDetails() |
Initializes a new instance of the InMageRcmAgentUpgradeBlockingErrorDetails class. |
InMageRcmAgentUpgradeBlockingErrorDetails(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the InMageRcmAgentUpgradeBlockingErrorDetails class. |
InMageRcmAgentUpgradeBlockingErrorDetails()
Initializes a new instance of the InMageRcmAgentUpgradeBlockingErrorDetails class.
public InMageRcmAgentUpgradeBlockingErrorDetails ();
Public Sub New ()
Applies to
InMageRcmAgentUpgradeBlockingErrorDetails(String, String, String, String, IDictionary<String,String>, IDictionary<String,String>)
Initializes a new instance of the InMageRcmAgentUpgradeBlockingErrorDetails class.
public InMageRcmAgentUpgradeBlockingErrorDetails (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.InMageRcmAgentUpgradeBlockingErrorDetails : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmAgentUpgradeBlockingErrorDetails
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.