ReplicationEligibilityResults 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
ReplicationEligibilityResults() |
Initializes a new instance of the ReplicationEligibilityResults class. |
ReplicationEligibilityResults(String, String, String, ReplicationEligibilityResultsProperties) |
Initializes a new instance of the ReplicationEligibilityResults class. |
ReplicationEligibilityResults()
Initializes a new instance of the ReplicationEligibilityResults class.
public ReplicationEligibilityResults ();
Public Sub New ()
Applies to
ReplicationEligibilityResults(String, String, String, ReplicationEligibilityResultsProperties)
Initializes a new instance of the ReplicationEligibilityResults class.
public ReplicationEligibilityResults (string name = default, string type = default, string id = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResults : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResultsProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationEligibilityResults
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional id As String = Nothing, Optional properties As ReplicationEligibilityResultsProperties = Nothing)
Parameters
- name
- String
Gets the name of this object.
- type
- String
Gets the object type.
- id
- String
Gets Unique ARM identifier for this object.
- properties
- ReplicationEligibilityResultsProperties
Gets properties model for replication eligibility results API.