ReplicationEligibilityResultsProperties 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
ReplicationEligibilityResultsProperties() |
Initializes a new instance of the ReplicationEligibilityResultsProperties class. |
ReplicationEligibilityResultsProperties(String, IList<ReplicationEligibilityResultsErrorInfo>) |
Initializes a new instance of the ReplicationEligibilityResultsProperties class. |
ReplicationEligibilityResultsProperties()
Initializes a new instance of the ReplicationEligibilityResultsProperties class.
public ReplicationEligibilityResultsProperties ();
Public Sub New ()
Applies to
ReplicationEligibilityResultsProperties(String, IList<ReplicationEligibilityResultsErrorInfo>)
Initializes a new instance of the ReplicationEligibilityResultsProperties class.
public ReplicationEligibilityResultsProperties (string clientRequestId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsErrorInfo> errors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsErrorInfo> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsProperties
Public Sub New (Optional clientRequestId As String = Nothing, Optional errors As IList(Of ReplicationEligibilityResultsErrorInfo) = Nothing)
Parameters
- clientRequestId
- String
The client request Id.
The error details.