ReplicationEligibilityResultsErrorInfo 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
ReplicationEligibilityResultsErrorInfo() |
Initializes a new instance of the ReplicationEligibilityResultsErrorInfo class. |
ReplicationEligibilityResultsErrorInfo(String, String, String, String, String) |
Initializes a new instance of the ReplicationEligibilityResultsErrorInfo class. |
ReplicationEligibilityResultsErrorInfo()
Initializes a new instance of the ReplicationEligibilityResultsErrorInfo class.
public ReplicationEligibilityResultsErrorInfo ();
Public Sub New ()
Applies to
ReplicationEligibilityResultsErrorInfo(String, String, String, String, String)
Initializes a new instance of the ReplicationEligibilityResultsErrorInfo class.
public ReplicationEligibilityResultsErrorInfo (string code = default, string message = default, string possibleCauses = default, string recommendedAction = default, string status = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsErrorInfo : string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsErrorInfo
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional possibleCauses As String = Nothing, Optional recommendedAction As String = Nothing, Optional status As String = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.
- possibleCauses
- String
The possible causes.
- recommendedAction
- String
The recommended action.
- status
- String
The error status.